projects
/
physik
/
nlsop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d06ee
)
added math.h include, some gcc's didnt complain linking against dfb and doing optimiz...
author
hackbard
<hackbard>
Fri, 10 Oct 2003 09:22:03 +0000
(09:22 +0000)
committer
hackbard
<hackbard>
Fri, 10 Oct 2003 09:22:03 +0000
(09:22 +0000)
random.c
patch
|
blob
|
history
diff --git
a/random.c
b/random.c
index 4d96243786f5aab2fec4d74b42fea35d02736e1f..6690531bc9ec919390e7bc72c603d81a1fb3e0fc 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"