diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-27 14:13:46 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-28 09:04:05 +1000 |
commit | a111c2e7826df36c937b83639e929dfb50179873 (patch) | |
tree | 60adedd08ac2f2a73961ea01093a0424f6563bb5 /xf86dgaproto.h | |
parent | e02a56a6a62b03ae646937638c07fd33ac98d3ed (diff) |
Include the *const.h files from the proto files.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xf86dgaproto.h')
-rw-r--r-- | xf86dgaproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xf86dgaproto.h b/xf86dgaproto.h index 8e36dce..8b7f13d 100644 --- a/xf86dgaproto.h +++ b/xf86dgaproto.h @@ -9,6 +9,7 @@ Copyright (c) 1995 XFree86 Inc. #define _XF86DGAPROTO_H_ #include <X11/extensions/xf86dga1proto.h> +#include <X11/extensions/xf86dgaconst.h> #define XF86DGANAME "XFree86-DGA" |