summaryrefslogtreecommitdiffstats
path: root/src/polypcore/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/random.c')
-rw-r--r--src/polypcore/random.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polypcore/random.c b/src/polypcore/random.c
index 12f27bfd..756c3218 100644
--- a/src/polypcore/random.c
+++ b/src/polypcore/random.c
@@ -31,9 +31,10 @@
#include <assert.h>
#include <time.h>
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+
#include "random.h"
-#include "util.h"
-#include "log.h"
#ifndef OS_IS_WIN32
#define RANDOM_DEVICE "/dev/urandom"