mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +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…
Reference in New Issue
Block a user