changeset 18490:afcc7b017a63

Fix: ao_polyp.c:74: warning: implicit declaration of function ¸«¤??strcspn¸«¤?? ao_polyp.c:79: warning: implicit declaration of function ¸«¤??strncpy¸«¤??
author rathann
date Sat, 13 May 2006 21:01:05 +0000
parents adfadb4a26b5
children 20a1aa4c4e0c
files libao2/ao_polyp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_polyp.c	Sat May 13 20:18:57 2006 +0000
+++ b/libao2/ao_polyp.c	Sat May 13 21:01:05 2006 +0000
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include <string.h>
 
 #include <polyp/polyplib.h>
 #include <polyp/polyplib-error.h>