Add missing include file to random_seed

This commit is contained in:
James Myatt
2015-03-04 10:45:37 +00:00
parent 720d566d03
commit bf32650c83
+1
View File
@@ -11,6 +11,7 @@
#include <stdio.h> #include <stdio.h>
#include "config.h" #include "config.h"
#include "random_seed.h"
#define DEBUG_SEED(s) #define DEBUG_SEED(s)