Return -1/EINVAL when the buffer is too small.
[gnulib.git] / lib / addext.c
index 7753c60..fff64f7 100644 (file)
 #endif
 
 #include <stddef.h>
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
 
 #if HAVE_UNISTD_H
 # include <unistd.h>