Check with sysconf _POSIX_THREAD_CPUTIME is available before we try to use it.
[ghc-hetmet.git] / rts / posix / Itimer.c
index 0f0b1e9..715cf5a 100644 (file)
@@ -22,6 +22,7 @@
 #include "Ticker.h"
 #include "posix/Itimer.h"
 #include "Proftimer.h"
+#include "Storage.h"
 #include "Schedule.h"
 #include "posix/Select.h"