diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-05-16 10:36:58 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-05-16 10:36:58 -0700 |
commit | 6956da15b02af149709945a12fc3a56a031ed1ad (patch) | |
tree | 901aea99b6100a47956a5558294b7339c434d9ba /event_log.c | |
parent | 4d914c0b2b74570ab36de6828d93a68c5de8e096 (diff) |
Fix libretro target
Diffstat (limited to 'event_log.c')
-rw-r--r-- | event_log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/event_log.c b/event_log.c index 1945c47..402040a 100644 --- a/event_log.c +++ b/event_log.c @@ -10,6 +10,8 @@ #include <netinet/tcp.h> #endif +#include <stdlib.h> +#include <string.h> #include <errno.h> #include "event_log.h" #include "util.h" |