diff options
author | U-DIR\kieran.thandi <kieran.thandi@MW799DOR19B2EM.dir.svc.accenture.com> | 2015-11-30 23:16:33 +0000 |
---|---|---|
committer | U-DIR\kieran.thandi <kieran.thandi@MW799DOR19B2EM.dir.svc.accenture.com> | 2015-11-30 23:16:33 +0000 |
commit | d288291e495a33397c0756683b469e2ea0f7f505 (patch) | |
tree | 0c3b05e3baf26a9a1230d6259e7ded2a52ab820f | |
parent | a78dba0ced70e1e9b6c04bdd312fe7804f8d69b0 (diff) | |
download | profani-tty-d288291e495a33397c0756683b469e2ea0f7f505.tar.gz |
Include string take 2
-rw-r--r-- | src/ui/xmlwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c index 8688caea..bd4baa77 100644 --- a/src/ui/xmlwin.c +++ b/src/ui/xmlwin.c @@ -33,7 +33,7 @@ */ #include <assert.h> -#include <stdlib.h> +#include <string.h> #include "ui/win_types.h" #include "window_list.h" |