added math.h include, some gcc's didnt complain linking against dfb and doing optimiz...
authorhackbard <hackbard>
Fri, 10 Oct 2003 09:22:03 +0000 (09:22 +0000)
committerhackbard <hackbard>
Fri, 10 Oct 2003 09:22:03 +0000 (09:22 +0000)
random.c

index 4d96243..6690531 100644 (file)
--- a/random.c
+++ b/random.c
@@ -10,6 +10,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <math.h>
 
 #include "random.h"