Use runtime options instead of conditional compilation for MLFQS,
[pintos-anon] / src / threads / test.h
index dde08fab356d41ceb893578bfe5d6f43887fb66f..d6b3ca836abe63ebecf63ed716a44b1ad954b43b 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef THREADS_TEST_H
 #define THREADS_TEST_H
 
+#include "threads/init.h"
+
 void test (void);
 
 #endif /* threads/test.h */