Headers needed for mkdir function.

This commit is contained in:
Steve Checkoway
2003-07-03 09:22:03 +00:00
parent 562251ec37
commit c9a6e30621
+2
View File
@@ -20,6 +20,8 @@
#include <math.h> #include <math.h>
#include <fstream> #include <fstream>
#include <map> #include <map>
#include <sys/types.h>
#include <sys/stat.h>
unsigned long randseed = time(NULL); unsigned long randseed = time(NULL);