From c7e3a366838e1fb053360bb9bdb9f7cc8377f221 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 16 Dec 1996 03:29:13 +0000 Subject: [PATCH] fixed silly ifdef logic CVS patchset: 1243 CVS date: 1996/12/16 03:29:13 --- lib/rebuilddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rebuilddb.c b/lib/rebuilddb.c index ab0892e..ed1a611 100644 --- a/lib/rebuilddb.c +++ b/lib/rebuilddb.c @@ -4,7 +4,7 @@ #include /* for mkdir(2) !?! */ #include -#ifndef HAVE_ALLOCA_H +#ifdef HAVE_ALLOCA_H #include #endif -- 2.7.4