# HG changeset patch # User Michael Pavone # Date 1487074549 28800 # Node ID 1e7977460d187d96417e4bf8edc5836af296d1c7 # Parent 4399044adbef82ca344d1dbd33eb767755a647fc Add mising include in genesis.c so the Windows build works again diff -r 4399044adbef -r 1e7977460d18 genesis.c --- 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 #include #include +#include #include "render.h" #include "gst.h" #include "util.h"