diff options
Diffstat (limited to 'ratpoison.h')
-rw-r--r-- | ratpoison.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratpoison.h b/ratpoison.h index 02dab67..b683196 100644 --- a/ratpoison.h +++ b/ratpoison.h @@ -1,4 +1,4 @@ -/* Some standard datatypes for ratpoison +/* Standard header for ratpoison. * * Copyright (C) 2000 Shawn Betts * @@ -27,6 +27,7 @@ #include "list.h" #include "bar.h" #include "events.h" +#include "number.h" void clean_up (); screen_info *find_screen (Window w); |