[MPlayer-cvslog] r28697 - trunk/libaf/af.c
diego
subversion at mplayerhq.hu
Sat Feb 21 22:29:39 CET 2009
Author: diego
Date: Sat Feb 21 22:29:38 2009
New Revision: 28697
Log:
Add missing #include "config.h", fixes the warning:
libaf/af.c:23:5: warning: "HAVE_MALLOC_H" is not defined
Modified:
trunk/libaf/af.c
Modified: trunk/libaf/af.c
==============================================================================
--- trunk/libaf/af.c Sat Feb 21 22:27:27 2009 (r28696)
+++ trunk/libaf/af.c Sat Feb 21 22:29:38 2009 (r28697)
@@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
More information about the MPlayer-cvslog
mailing list