From 0c7b227de04ad63900eff19e44c6558c9cfe7c15 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 3 Sep 2005 02:18:46 +0000 Subject: Fix a bunch of minor issues found by John Pavel using the Intel compiler. --- tests/headerless_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/headerless_test.c') diff --git a/tests/headerless_test.c b/tests/headerless_test.c index 3c7ff80..134ebe2 100644 --- a/tests/headerless_test.c +++ b/tests/headerless_test.c @@ -23,7 +23,7 @@ #include #include -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3