From: Simon Josefsson <simon@josefsson.org>
Date: Fri, 21 Oct 2005 12:56:13 +0000 (+0000)
Subject: Use "" instead of <> for gc.h include, from Bruno.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d97d89b54b60b39f11858057215ecfaf345aa2;p=pspp

Use "" instead of <> for gc.h include, from Bruno.
---

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 <gc.h>
+#include "gc.h"
 
 #include <stdlib.h>
 #include <string.h>