shithub: cstory

Download patch

ref: fcaddc6252ccfe3b29108ae3408a1bb4bea684f9
parent: 57b37e84def93facefd9a42adb414767c0653f1a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon May 20 11:03:15 EDT 2019

Added a missing #include to Draw.cpp

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -1,5 +1,8 @@
 #include <stddef.h>
 #include <stdio.h>
+#ifdef WINDOWS
+#include <stdlib.h>
+#endif
 #include <string.h>
 
 #ifdef WINDOWS