diff --git a/src/dedicated/i_threads.c b/src/dedicated/i_threads.c index 0e0b0bbe3..f8d9bc87a 100644 --- a/src/dedicated/i_threads.c +++ b/src/dedicated/i_threads.c @@ -15,7 +15,6 @@ #include "../i_threads.h" #include "../doomdef.h" -#include "../doomtype.h" typedef struct thread_s thread_t; diff --git a/src/i_threads.h b/src/i_threads.h index 079b18771..097d1accc 100644 --- a/src/i_threads.h +++ b/src/i_threads.h @@ -12,6 +12,8 @@ #ifndef I_THREADS_H #define I_THREADS_H +#include "doomtype.h" + typedef void (*I_thread_fn)(void *userdata); typedef void * I_mutex;