diff options
Diffstat (limited to 'hw/xfree86/dri/dristruct.h')
-rw-r--r-- | hw/xfree86/dri/dristruct.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/dri/dristruct.h b/hw/xfree86/dri/dristruct.h index cf1b1eacf..47335ed04 100644 --- a/hw/xfree86/dri/dristruct.h +++ b/hw/xfree86/dri/dristruct.h @@ -32,6 +32,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef DRI_STRUCT_H #define DRI_STRUCT_H |