diff options
author | James Booth <boothj5@gmail.com> | 2015-11-19 23:32:11 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-19 23:32:11 +0000 |
commit | 3f18c8c35dc8971b9b54b8dc8fda3b2a2267d34d (patch) | |
tree | 10dac1e6af2f7e8edc8d2420415feb105e90be7e | |
parent | 316b6a7b8bf2aab233bc777d0eb224e6af814f7b (diff) | |
download | profani-tty-3f18c8c35dc8971b9b54b8dc8fda3b2a2267d34d.tar.gz |
Added missing include
-rw-r--r-- | src/ui/mucwin.c | 1 |
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" |