Added stdlib header to windows.c to avoid compiler warning on cygwin

This commit is contained in:
James Booth
2012-09-10 23:11:24 +01:00
parent c0f53cc1b4
commit 07178bf3b2

View File

@@ -22,6 +22,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib.h>