Misc cleanups in init, thread.
[pintos-anon] / src / lib / random.c
index c9973d07b3102bca4f4f0f1a1e8a8c7d2086e717..3fcf62ddca797a1d9514a624d6aed59304d20d0a 100644 (file)
@@ -1,6 +1,7 @@
 #include "random.h"
 #include <stdbool.h>
 #include <stdint.h>
+#include "debug.h"
 
 /* RC4-based pseudo-random state. */
 static uint8_t s[256];