From 93d97d89b54b60b39f11858057215ecfaf345aa2 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 21 Oct 2005 12:56:13 +0000 Subject: [PATCH] Use "" instead of <> for gc.h include, from Bruno. --- lib/gc-gnulib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gc-gnulib.c b/lib/gc-gnulib.c index 6eff3e3fee..9cac96049e 100644 --- a/lib/gc-gnulib.c +++ b/lib/gc-gnulib.c @@ -25,7 +25,7 @@ #endif /* Get prototype. */ -#include +#include "gc.h" #include #include -- 2.30.2