From: hackbard Date: Fri, 10 Oct 2003 09:22:03 +0000 (+0000) Subject: added math.h include, some gcc's didnt complain linking against dfb and doing optimiz... X-Git-Tag: fpb~6 X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=264bf3c7bedec970fe59fcd076b65fc47a8b621b added math.h include, some gcc's didnt complain linking against dfb and doing optimization %) --- diff --git a/random.c b/random.c index 4d96243..6690531 100644 --- a/random.c +++ b/random.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "random.h"