diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 18:05:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 18:05:08 +0000 |
| commit | 83705e52c469444de38bb676c097d175e66928a7 (patch) | |
| tree | 1324dc19ac8d96d0e2ed4f6ec51adf1a8b085e42 /render/test.c | |
| parent | 84a75ac50db900eb7516b2f2c6825c0ddf6e9538 (diff) | |
add Xutil includes for these badboys on older X versions/solaris
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/test.c b/render/test.c index 38cd7a99..58a95cf7 100644 --- a/render/test.c +++ b/render/test.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <X11/Xlib.h> +#include <X11/Xutil.h> #include <X11/extensions/shape.h> #include <string.h> #include <stdlib.h> |
