diff options
author | sabetts <sabetts> | 2003-07-17 05:47:10 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-07-17 05:47:10 +0000 |
commit | be9b0ed8d9f2a811f94c036bc1c29806f0b95320 (patch) | |
tree | d915b9ac7b7908a0dbae2be0b04a125d38fe3b14 /src | |
parent | b7d55a9ae282d35b3a42267749f8f443620728d7 (diff) | |
download | ratpoison-be9b0ed8d9f2a811f94c036bc1c29806f0b95320.zip |
include string.h
Diffstat (limited to 'src')
-rw-r--r-- | src/hook.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ #include "ratpoison.h" +#include <string.h> + void hook_add (struct list_head *hook, struct sbuf *s) { |