Use "" instead of <> for gc.h include, from Bruno.
authorSimon Josefsson <simon@josefsson.org>
Fri, 21 Oct 2005 12:56:13 +0000 (12:56 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 21 Oct 2005 12:56:13 +0000 (12:56 +0000)
lib/gc-gnulib.c

index 6eff3e3..9cac960 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 
 /* Get prototype. */
-#include <gc.h>
+#include "gc.h"
 
 #include <stdlib.h>
 #include <string.h>