1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/mkmf/files/patch-ac

14 lines
259 B
Plaintext

--- src/stringx.h~ Tue Jun 4 12:58:03 2002
+++ src/stringx.h Tue Jun 4 12:58:33 2002
@@ -47,9 +47,8 @@
#ifdef _HasIncludeStrings
# include <strings.h>
-#else
-# include <string.h>
#endif
+# include <string.h>
#ifndef _HasStrDcl
int strcmp();