]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/time.c
Make Zorglub less unhappy
[vlc] / modules / video_filter / time.c
index 744a9b7f6eff2e39aced8fd458aec7d2a9433c66..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,6 +27,8 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
+#include <time.h>
+
 #include <vlc/vlc.h>
 #include <vlc/vout.h>