diff options
Diffstat (limited to 'tests.c')
-rw-r--r-- | tests.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,10 @@ ** */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Xaw/AsciiText.h> @@ -21,7 +25,7 @@ #define PI 3.14159265 #endif -#ifdef SYSV +#ifdef HAVE_LRAND48 #define random lrand48 #endif |