about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-19 23:32:11 +0000
committerJames Booth <boothj5@gmail.com>2015-11-19 23:32:11 +0000
commit3f18c8c35dc8971b9b54b8dc8fda3b2a2267d34d (patch)
tree10dac1e6af2f7e8edc8d2420415feb105e90be7e /src
parent316b6a7b8bf2aab233bc777d0eb224e6af814f7b (diff)
downloadprofani-tty-3f18c8c35dc8971b9b54b8dc8fda3b2a2267d34d.tar.gz
Added missing include
Diffstat (limited to 'src')
-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 fb224598..58fef4d1 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -32,6 +32,7 @@
  *
  */
 
+#include <string.h>
 #include <assert.h>
 
 #include "ui/win_types.h"