diff event_log.c @ 2041:638eb2d25696 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Thu, 05 Aug 2021 09:29:33 -0700
parents a042e046f7f2
children
line wrap: on
line diff
--- a/event_log.c	Sun May 10 00:16:00 2020 -0700
+++ b/event_log.c	Thu Aug 05 09:29:33 2021 -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"