1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

Merge pull request #276 from EliasFleckenstein03/master

Fixed errors & warnings when compiling on linux
This commit is contained in:
Bjorn 2020-07-11 11:14:26 -07:00 committed by GitHub
commit 2ed8c8953f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
#include "os.h" #include "os.h"
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <pwd.h>
#include "os_glfw.h" #include "os_glfw.h"