浏览代码

Merge branch 'maint'

* maint:
  Fix build on Solaris
Bryan Drewery 11 年之前
父节点
当前提交
5a68809570
共有 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>