mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-19 16:51:53 +00:00
dedicated: fix thread build
This commit is contained in:
parent
337de68c50
commit
9fa82ca5db
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include "../i_threads.h"
|
||||
#include "../doomdef.h"
|
||||
#include "../doomtype.h"
|
||||
|
||||
typedef struct thread_s thread_t;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue