diff options
author | rcyeske <rcyeske> | 2001-02-11 05:14:50 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-11 05:14:50 +0000 |
commit | f33398671d6401cdc44770444150ab75dd186159 (patch) | |
tree | 4bb4a42e6fa393854050775b5c60806b521bd67a /src | |
parent | 3e00a2a479e9eed6e8a6d3041396b16a435a6622 (diff) | |
download | ratpoison-f33398671d6401cdc44770444150ab75dd186159.zip |
#include "messages.h"
Diffstat (limited to 'src')
-rw-r--r-- | src/ratpoison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h index ac6b5a1..319e4f4 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -50,6 +50,7 @@ #include "number.h" #include "input.h" #include "communications.h" +#include "messages.h" void clean_up (); screen_info *find_screen (Window w); |