summaryrefslogtreecommitdiff
path: root/src/communications.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-02-20 01:06:35 +0000
committersabetts <sabetts>2002-02-20 01:06:35 +0000
commit78cdb92b430c46608269f2d2e346d3c39a6227c7 (patch)
tree103b20dde8e69c0657f641804f987bad11c24e5f /src/communications.c
parent0027574655e306fcb2d9dd6ad578fdba9bf10826 (diff)
downloadratpoison-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.c2
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"