diff system.h @ 2215:a8af8d898a7c

Fix windows build for real
author Michael Pavone <pavone@retrodev.com>
date Tue, 30 Aug 2022 00:13:55 -0700
parents 9a8dd4ba2753
children 0d1d5dccdd28
line wrap: on
line diff
--- a/system.h	Mon Aug 29 23:01:46 2022 -0700
+++ b/system.h	Tue Aug 30 00:13:55 2022 -0700
@@ -37,7 +37,7 @@
 
 #include "arena.h"
 #include "romdb.h"
-#include "event_log.h"
+typedef struct event_reader event_reader;
 
 struct system_header {
 	system_header     *next_context;