changeset 1220:1e7977460d18

Add mising include in genesis.c so the Windows build works again
author Michael Pavone <pavone@retrodev.com>
date Tue, 14 Feb 2017 04:15:49 -0800
parents 4399044adbef
children 53fc7efdfdab
files genesis.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/genesis.c	Sun Feb 12 12:38:31 2017 -0800
+++ b/genesis.c	Tue Feb 14 04:15:49 2017 -0800
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <ctype.h>
 #include <time.h>
+#include <string.h>
 #include "render.h"
 #include "gst.h"
 #include "util.h"