mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Fix Linux build
This commit is contained in:
parent
a000f9f8b8
commit
bc1b5a1b2f
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
#include "Limelight-internal.h"
|
||||
|
||||
// The maximum amount of time before observing an interrupt
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <netinet/in.h>
|
||||
#include <psp2/kernel/threadmgr.h>
|
||||
#else
|
||||
#define _GNU_SOURCE
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user