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
1 changed files with 4 additions and 0 deletions

View File

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