diff options
author | Erik de Castro Lopo <erikd@miles> | 2005-09-03 02:18:46 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@miles> | 2005-09-03 02:18:46 +0000 |
commit | 0c7b227de04ad63900eff19e44c6558c9cfe7c15 (patch) | |
tree | a4aefa8da31dee523095ec0c67e9f5abacfe305e /tests/headerless_test.c | |
parent | 5ff27b2e3b843834998c17293eb00d54987637ff (diff) |
Fix a bunch of minor issues found by John Pavel using the Intel compiler.
Diffstat (limited to 'tests/headerless_test.c')
-rw-r--r-- | tests/headerless_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> #include <math.h> -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H #include <unistd.h> #endif |