diff event_log.c @ 1986:a042e046f7f2

Fix libretro target
author Michael Pavone <pavone@retrodev.com>
date Sat, 16 May 2020 10:36:58 -0700
parents 04b79a725b7f
children
line wrap: on
line diff
--- a/event_log.c	Sat May 16 10:36:50 2020 -0700
+++ b/event_log.c	Sat May 16 10:36:58 2020 -0700
@@ -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"