Fix Linux build

This commit is contained in:
Cameron Gutman 2021-04-29 17:40:13 -05:00
parent a000f9f8b8
commit bc1b5a1b2f
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include "Limelight-internal.h"
// The maximum amount of time before observing an interrupt

View File

@ -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>