aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/getline.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/getline.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/getline.c')
-rw-r--r--compat/getline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getline.c b/compat/getline.c
index a653648f..222e0f6c 100644
--- a/compat/getline.c
+++ b/compat/getline.c
@@ -18,7 +18,7 @@
/* Written by Simon Josefsson. */
-#include <config.h>
+#include "compat.h"
#include <stdio.h>