diff options
author | sabetts <sabetts> | 2002-02-20 01:06:35 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-02-20 01:06:35 +0000 |
commit | 78cdb92b430c46608269f2d2e346d3c39a6227c7 (patch) | |
tree | 103b20dde8e69c0657f641804f987bad11c24e5f /src/communications.c | |
parent | 0027574655e306fcb2d9dd6ad578fdba9bf10826 (diff) | |
download | ratpoison-78cdb92b430c46608269f2d2e346d3c39a6227c7.zip |
* src/split.c: include string.h
* src/sbuf.c: likewise
* src/events.c: likewise
* src/communications.c: likewise
Diffstat (limited to 'src/communications.c')
-rw-r--r-- | src/communications.c | 2 |
1 files changed, 2 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" |