fix headless build on Debian/Ubuntu
Thanks to silbinarywolf on Github
This commit is contained in:
parent
04d0b9b072
commit
5a2836a967
|
@ -1,3 +1,4 @@
|
|||
#include <inttypes.h>
|
||||
#include "types.h"
|
||||
#ifdef DISCORD_SDK
|
||||
#include "pc/discord/discord.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <inttypes.h>
|
||||
#include "libcoopnet.h"
|
||||
#include "coopnet.h"
|
||||
#include "coopnet_id.h"
|
||||
|
|
Loading…
Reference in New Issue