changeset 6413:8d1c43d7719f

Use "" instead of <> for gc.h include, from Bruno.
author Simon Josefsson <simon@josefsson.org>
date Fri, 21 Oct 2005 12:56:13 +0000
parents 72505ca6a079
children 46d47c8fe734
files lib/gc-gnulib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gc-gnulib.c
+++ b/lib/gc-gnulib.c
@@ -25,7 +25,7 @@
 #endif
 
 /* Get prototype. */
-#include <gc.h>
+#include "gc.h"
 
 #include <stdlib.h>
 #include <string.h>