]> git.sesse.net Git - vlc/commitdiff
Fix compiler warning: implicit declaration of function 'asprintf'
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 21 Oct 2006 12:25:05 +0000 (12:25 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 21 Oct 2006 12:25:05 +0000 (12:25 +0000)
src/audio_output/intf.c

index 0ba6057825064bbd8acf3e525bb048333d8e8702..1f8912b52a235aa302b60113f2613962cb83891d 100644 (file)
@@ -24,6 +24,7 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#include <stdio.h>
 #include <stdlib.h>                            /* calloc(), malloc(), free() */
 #include <string.h>