瀏覽代碼

Fix build on Solaris

Bryan Drewery 11 年之前
父節點
當前提交
0839f815af
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>