diff libao2/ao_pcm.c @ 6237:2eec40929570

warning fixes (string.h is required for memset) moved config.h at the top of the include (often avoids 10L when adding a new #include ;)
author pl
date Thu, 30 May 2002 11:53:51 +0000
parents 7e082f42497a
children 827f08ddf044
line wrap: on
line diff
--- a/libao2/ao_pcm.c	Thu May 30 11:42:55 2002 +0000
+++ b/libao2/ao_pcm.c	Thu May 30 11:53:51 2002 +0000
@@ -1,7 +1,9 @@
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
-#include "config.h"
 #include "bswap.h"
 #include "afmt.h"
 #include "audio_out.h"