about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-24 00:59:28 +0000
committerJames Booth <boothj5@gmail.com>2016-02-24 00:59:28 +0000
commit9d31ce49c301c4ef21e528068fb47d42fce0aa6e (patch)
tree647ef4771e8d3556eb3e9467501565736264e1b9 /src/ui/mucwin.c
parentac91e7ef8578fda44704d264f78bc5004c81d947 (diff)
downloadprofani-tty-9d31ce49c301c4ef21e528068fb47d42fce0aa6e.tar.gz
Added missing stdlib.h include
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r--src/ui/mucwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index 4b865566..e3826eb1 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -34,6 +34,7 @@
 
 #include <string.h>
 #include <assert.h>
+#include <stdlib.h>
 
 #include "ui/win_types.h"
 #include "window_list.h"