]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/time.c
Make Zorglub less unhappy
[vlc] / modules / video_filter / time.c
index 1a8597342a1ebab45584eabab3224945ed824a25..ed32e298b5b14f085422a75bfeb38a8c0e8d0877 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * time.c : time display video plugin for vlc
  *****************************************************************************
- * Copyright (C) 2003-2005 VideoLAN
+ * Copyright (C) 2003-2005 the VideoLAN team
  * $Id$
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
@@ -27,9 +27,7 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
+#include <time.h>
 
 #include <vlc/vlc.h>
 #include <vlc/vout.h>