You need stdint.h for uint64_t

This commit is contained in:
Ben "root" Anderson
2013-10-25 15:41:20 -05:00
parent 915a08f1d8
commit 95ba9dd658
+2
View File
@@ -1,6 +1,8 @@
#ifndef PID_THREAD_HELPERS_H
#define PID_THREAD_HELPERS_H
#include <stdint.h>
RString ThreadsVersion();
/* Get the current thread's ThreadID. */