mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Include <sys/time.h> in api.h
Fixes compiling in some environments that didn't automatically include sys/time.h
This commit is contained in:
parent
66bd53b714
commit
c70356bf49
@ -16,6 +16,7 @@ extern "C" {
|
||||
#include <oauth.h>
|
||||
}
|
||||
#include <cstring>
|
||||
#include <sys/time.h>
|
||||
|
||||
class gameFile {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user