MinGW warning in gui.

This commit is contained in:
Linus Probert 2017-12-22 15:19:26 +01:00
parent 53abdb52bf
commit c0e22314b9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <assert.h> #include <assert.h>
#include <stdlib.h>
#include "gui.h" #include "gui.h"
#include "util.h" #include "util.h"