Explorar o código

Use quotes for config.h to handle experimental build.mk

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

+ 3 - 1
src/compat/memmem.c

@@ -29,7 +29,9 @@
 #include <sys/types.h>
 /* $FreeBSD: head/lib/libc/string/memmem.c 188080 2009-02-03 17:58:20Z danger $ */
 #include <string.h>
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #ifndef HAVE_MEMMEM
 /*