Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some missing prototypes
[simgrid.git] / src / surf / random_mgr.c
index 091e6c2..39fe6e2 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "surf/random_mgr.h"
 #include "xbt/sysdep.h"
-#include "internal_config.h" /*_XBT_WIN32*/
+#include "src/internal_config.h" /*_XBT_WIN32*/
 #include <math.h>
 #include <stdlib.h>
 
@@ -122,6 +122,10 @@ int _drand48_iterate(unsigned short int xsubi[3],
   return 0;
 }
 
+double _drand48(void);
+void _srand(unsigned int seed);
+int _rand(void);
+int _rand_r(unsigned int *pseed);
 
 double _drand48(void)
 {