diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-01-27 05:36:16 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-01-27 05:36:16 +0000 |
commit | df80fd315a3dedab112429d68c45adaf57e12c3d (patch) | |
tree | 1e9a457eabb9e40f6be944a29555a894de2f9664 /scrnsaver.h | |
parent | fd13bc250b337d0510975b49a2432b0fd9e3753c (diff) |
Include X11/Xlib.h in scrnsaver.h
Diffstat (limited to 'scrnsaver.h')
-rw-r--r-- | scrnsaver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scrnsaver.h b/scrnsaver.h index 2596a6d..2659edd 100644 --- a/scrnsaver.h +++ b/scrnsaver.h @@ -32,6 +32,7 @@ in this Software without prior written authorization from the X Consortium. #define _SCRNSAVER_H_ #include <X11/Xfuncproto.h> +#include <X11/Xlib.h> #include <X11/extensions/saver.h> typedef struct { |