diff libao2/pl_format.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 28f2ebcb5c95
children b9f7aec2e07d
line wrap: on
line diff
--- a/libao2/pl_format.c	Thu May 30 11:42:55 2002 +0000
+++ b/libao2/pl_format.c	Thu May 30 11:53:51 2002 +0000
@@ -9,6 +9,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <inttypes.h>