fix headless build on Debian/Ubuntu

Thanks to silbinarywolf on Github
This commit is contained in:
MysterD 2023-11-07 00:54:16 -08:00
parent 04d0b9b072
commit 5a2836a967
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <inttypes.h>
#include "types.h"
#ifdef DISCORD_SDK
#include "pc/discord/discord.h"

View File

@ -1,3 +1,4 @@
#include <inttypes.h>
#include "libcoopnet.h"
#include "coopnet.h"
#include "coopnet_id.h"