]> git.sesse.net Git - vlc/commitdiff
* modules/access/slp.c: #include <stdlib.h> because of a malloc
authorLoïc Minier <lool@videolan.org>
Wed, 22 Jan 2003 16:16:27 +0000 (16:16 +0000)
committerLoïc Minier <lool@videolan.org>
Wed, 22 Jan 2003 16:16:27 +0000 (16:16 +0000)
modules/access/slp.c

index 1fd99be66e35c68d6de72466bcb4a24aaafa6e8a..908cab96bbaef55bd02ddb5714a5d3b96e92b80c 100644 (file)
@@ -2,7 +2,7 @@
  * slp.c: SLP access plugin
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: slp.c,v 1.6 2003/01/21 21:19:36 lool Exp $
+ * $Id: slp.c,v 1.7 2003/01/22 16:16:27 lool Exp $
  *
  * Authors: Loïc Minier <lool@videolan.org>
  *
@@ -24,6 +24,8 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#include <stdlib.h>                                                /* malloc */
+
 #include <vlc/vlc.h>
 #include <vlc/input.h>