diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/communications.c | 2 | ||||
-rw-r--r-- | src/events.c | 1 | ||||
-rw-r--r-- | src/sbuf.c | 2 | ||||
-rw-r--r-- | src/split.c | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/src/communications.c b/src/communications.c index ee01205..9818ae6 100644 --- a/src/communications.c +++ b/src/communications.c @@ -25,6 +25,8 @@ #include <X11/Xatom.h> #include <X11/Xproto.h> +#include <string.h> + #include "ratpoison.h" diff --git a/src/events.c b/src/events.c index 88033e1..f759f35 100644 --- a/src/events.c +++ b/src/events.c @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <signal.h> #include <errno.h> #include <unistd.h> @@ -19,6 +19,8 @@ * Boston, MA 02111-1307 USA */ +#include <string.h> + #include "ratpoison.h" #include "sbuf.h" diff --git a/src/split.c b/src/split.c index 7c542d3..47efed3 100644 --- a/src/split.c +++ b/src/split.c @@ -22,6 +22,7 @@ */ #include <unistd.h> +#include <string.h> #include "ratpoison.h" |