diff options
-rw-r--r-- | xf86dga1proto.h | 2 | ||||
-rw-r--r-- | xf86dgaproto.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/xf86dga1proto.h b/xf86dga1proto.h index d0f72c8..5c53cb2 100644 --- a/xf86dga1proto.h +++ b/xf86dga1proto.h @@ -8,6 +8,8 @@ Copyright (c) 1995 XFree86 Inc. #ifndef _XF86DGAPROTO1_H_ #define _XF86DGAPROTO1_H_ +#include <X11/extensions/xf86dga1const.h> + typedef struct _XF86DGAQueryVersion { CARD8 reqType; /* always DGAReqCode */ CARD8 dgaReqType; /* always X_DGAQueryVersion */ 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" |