Make more portable.

This commit is contained in:
waterson%netscape.com 2000-06-01 03:23:19 +00:00
parent 533c46ea39
commit 259d4d122b
2 changed files with 4 additions and 0 deletions

View File

@ -37,7 +37,9 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <math.h>
#include <time.h>
#include <unistd.h>

View File

@ -37,7 +37,9 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <math.h>
#include <time.h>
#include <unistd.h>