Skip to content
Snippets Groups Projects
Commit 9fa82ca5 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

dedicated: fix thread build

parent 337de68c
Branches
No related tags found
1 merge request!2658WASM port
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "../i_threads.h" #include "../i_threads.h"
#include "../doomdef.h" #include "../doomdef.h"
#include "../doomtype.h"
typedef struct thread_s thread_t; typedef struct thread_s thread_t;
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
#ifndef I_THREADS_H #ifndef I_THREADS_H
#define I_THREADS_H #define I_THREADS_H
#include "doomtype.h"
typedef void (*I_thread_fn)(void *userdata); typedef void (*I_thread_fn)(void *userdata);
typedef void * I_mutex; typedef void * I_mutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment