From c04a432ef201e090a8711b80ad7bb175b9719fa1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 1 Dec 2009 14:09:12 -0800 Subject: 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. --- compat/getline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/getline.c') 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 +#include "compat.h" #include -- cgit v1.2.3