aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/getdelim.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-01 14:09:12 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-01 16:27:29 -0800
commitc04a432ef201e090a8711b80ad7bb175b9719fa1 (patch)
tree3ebac01ae33182770f55e5044a7c607e0cbab753 /compat/getdelim.c
parent96c9109d94ddd985994cb431080d2823688b0ed6 (diff)
compat: Change includes from config.h to compat.h.
We may switch to using an autoconf-like config.h, but we're not doing that just yet.
Diffstat (limited to 'compat/getdelim.c')
-rw-r--r--compat/getdelim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getdelim.c b/compat/getdelim.c
index b74e5b53..84bef87b 100644
--- a/compat/getdelim.c
+++ b/compat/getdelim.c
@@ -19,7 +19,7 @@
/* Ported from glibc by Simon Josefsson. */
-#include <config.h>
+#include "compat.h"
#include <stdio.h>