Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-minivmac
Commits
26d06851
Commit
26d06851
authored
Jan 26, 2022
by
Vladimir Serbinenko
Browse files
Remove sys/time.h on libretro
parent
c7ff0fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
minivmac/cfg/CNFGRAPI.h
View file @
26d06851
...
...
@@ -11,7 +11,9 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#ifndef __LIBRETRO__
#include <sys/time.h>
#endif
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment