]> git.sesse.net Git - vlc/commitdiff
auhal: Make sure gettimeofday is defined.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 19 Mar 2008 11:06:07 +0000 (12:06 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 19 Mar 2008 11:06:07 +0000 (12:06 +0100)
modules/audio_output/auhal.c

index 640f529b25f322886a20dddaab0124803e7fcfb2..f56dc5c1139562558f2f3fde4cf91edda2ee5b3a 100644 (file)
@@ -25,6 +25,7 @@
  * Preamble
  *****************************************************************************/
 #include <unistd.h>
+#include <sys/time.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"