Explorar o código

Fix build on Solaris

Bryan Drewery %!s(int64=11) %!d(string=hai) anos
pai
achega
0839f815af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/compat/memmem.c

+ 1 - 1
src/compat/memmem.c

@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
+#include <sys/types.h>
 /* $FreeBSD: head/lib/libc/string/memmem.c 188080 2009-02-03 17:58:20Z danger $ */
 #include <string.h>