]> git.sesse.net Git - vlc/commitdiff
Fixed another compilation problem.
authorChristophe Massiot <massiot@videolan.org>
Thu, 29 Nov 2001 15:56:37 +0000 (15:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 29 Nov 2001 15:56:37 +0000 (15:56 +0000)
plugins/macosx/macosx.c

index 4f6fe439cc0c37c72b7fbd603da537d9d479536f..e00c6405768a29f80016523a5ce7fd8eda301c41 100644 (file)
@@ -2,7 +2,7 @@
  * macosx.c : MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: macosx.c,v 1.7 2001/10/30 10:48:14 massiot Exp $
+ * $Id: macosx.c,v 1.8 2001/11/29 15:56:37 massiot Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Eugenio Jarosiewicz <ej0@cise.ufl.edu>
 #include "defs.h"
 
 #include <stdlib.h>                                      /* malloc(), free() */
+#include <string.h>
 
 #include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
+#include "intf_msg.h"
 #include "threads.h"
 #include "mtime.h"