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:
Sude 2014-02-20 10:13:03 +02:00
parent 66bd53b714
commit c70356bf49

View File

@ -16,6 +16,7 @@ extern "C" {
#include <oauth.h>
}
#include <cstring>
#include <sys/time.h>
class gameFile {
public: