diff -r 9e3f734586ac -r 19846c18071b platform/unix.c --- a/platform/unix.c Fri May 10 09:16:38 2002 +0000 +++ b/platform/unix.c Fri May 10 09:25:25 2002 +0000 @@ -6,6 +6,10 @@ * This file written by Ryan C. Gordon. */ +#if HAVE_CONFIG_H +# include +#endif + #if ((defined __APPLE__) && (defined __MACH__)) # if (!defined __DARWIN__) # define __DARWIN__