about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-10 23:11:24 +0100
committerJames Booth <boothj5@gmail.com>2012-09-10 23:11:24 +0100
commit07178bf3b2e4e4547df97744ec27097afa6ac97a (patch)
treec22308d42513257f2808f4103d43a477413bd902
parentc0f53cc1b4c50e40f22b90c6ea8c77b02e534a41 (diff)
downloadprofani-tty-07178bf3b2e4e4547df97744ec27097afa6ac97a.tar.gz
Added stdlib header to windows.c to avoid compiler warning on cygwin
-rw-r--r--src/windows.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index a57bf3f7..099c62d7 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -22,6 +22,7 @@
 
 #include "config.h"
 
+#include <stdlib.h>
 #include <string.h>
 
 #include <glib.h>