summaryrefslogtreecommitdiff
path: root/src/sbuf.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/sbuf.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/sbuf.c')
-rw-r--r--src/sbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sbuf.c b/src/sbuf.c
index f6313b2..2049dcc 100644
--- a/src/sbuf.c
+++ b/src/sbuf.c
@@ -19,6 +19,8 @@
* Boston, MA 02111-1307 USA
*/
+#include <string.h>
+
#include "ratpoison.h"
#include "sbuf.h"