diff audioDB-internals.h @ 656:b82b90c6445e

Add stdio.h include to audioDB-internals.h Patch from David Lewis on audiodb_l 2009-11-19
author mas01cr
date Tue, 05 Jan 2010 14:09:43 +0000
parents e21a3db643af
children a35ca2d5f238
line wrap: on
line diff
--- a/audioDB-internals.h	Tue Oct 27 17:48:55 2009 +0000
+++ b/audioDB-internals.h	Tue Jan 05 14:09:43 2010 +0000
@@ -7,6 +7,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>
 #if defined(WIN32)