Assume ANSI C.
[pspp] / lib / unicodeio.c
index 7b7f6f22953dcb1edcc69b13d682009d9f18dead..4f0792bb68696d6ab0c7a5d7fbe138abb59d49ca 100644 (file)
 #include "unicodeio.h"
 
 #include <stdio.h>
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
 
 #include <errno.h>
 #ifndef errno