[vlc-devel] commit: Missing config.h -> no _GNU_SOURCE -> no prototype for asprintf ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Aug 15 14:58:08 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 15 15:57:23 2009 +0300| [0884a16caf862e30dc70a0c11fb8168128f2cce9] | committer: Rémi Denis-Courmont
Missing config.h -> no _GNU_SOURCE -> no prototype for asprintf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0884a16caf862e30dc70a0c11fb8168128f2cce9
---
src/control/vlm.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/control/vlm.c b/src/control/vlm.c
index d6f39ea..b0ba8d5 100644
--- a/src/control/vlm.c
+++ b/src/control/vlm.c
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <vlc/libvlc.h>
#include <vlc/libvlc_vlm.h>
#include <vlc_es.h>
More information about the vlc-devel
mailing list