This commit is contained in:
David Rose 2002-04-03 23:21:34 +00:00
parent 7a5a5743b1
commit 57eb2154e3

View File

@ -23,7 +23,11 @@
#include "string_utils.h" #include "string_utils.h"
#include "pvector.h" #include "pvector.h"
#ifdef HAVE_GETOPT
#include <getopt.h> #include <getopt.h>
#else
#include "gnu_getopt.h"
#endif
#define RANDFRAC (rand()/(float)(RAND_MAX)) #define RANDFRAC (rand()/(float)(RAND_MAX))