diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-14 04:15:49 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-14 04:15:49 -0800 |
commit | c86800048b731189152e787bcc3c6c13f6e07bfd (patch) | |
tree | 333de6ce002a19f25ce9e9219ca603ab901f4dca /genesis.c | |
parent | 63f58e66faf9759fb1cce2d37646ab8038602aac (diff) |
Add mising include in genesis.c so the Windows build works again
Diffstat (limited to 'genesis.c')
-rw-r--r-- | genesis.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |