Fix Linux build
This commit is contained in:
parent
a000f9f8b8
commit
bc1b5a1b2f
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue