diff options
author | James Booth <boothj5@gmail.com> | 2015-11-30 23:58:29 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-30 23:58:29 +0000 |
commit | d35f30f382fc84c99f2bb8c74ea87edcb73ff831 (patch) | |
tree | ac2bbc2a4e0c8355b1ecd814102d7d9c402ee868 /src | |
parent | 9888fb9f64e2fa6bf7314644035ceb68a9745678 (diff) | |
parent | d288291e495a33397c0756683b469e2ea0f7f505 (diff) | |
download | profani-tty-d35f30f382fc84c99f2bb8c74ea87edcb73ff831.tar.gz |
Merge remote-tracking branch 'kiethandi/master'
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/mucconfwin.c | 1 | ||||
-rw-r--r-- | src/ui/xmlwin.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/mucconfwin.c b/src/ui/mucconfwin.c index c262ae0e..1e54f077 100644 --- a/src/ui/mucconfwin.c +++ b/src/ui/mucconfwin.c @@ -33,6 +33,7 @@ */ #include <assert.h> +#include <stdlib.h> #include "ui/ui.h" #include "ui/window.h" diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c index b19586bb..7051b57b 100644 --- a/src/ui/xmlwin.c +++ b/src/ui/xmlwin.c @@ -33,6 +33,7 @@ */ #include <assert.h> +#include <string.h> #include "ui/win_types.h" #include "window_list.h" |