missing stdlib header

This commit is contained in:
Vincent Sanders 2016-04-21 22:54:04 +01:00
parent a74778302f
commit 608c052914

View File

@ -27,6 +27,7 @@
* function to render it for redraw requests.
*/
#include <stdlib.h>
#include <stdbool.h>
#include <assert.h>
#include <string.h>