Add missing include paths.

This commit is contained in:
Daniel Stone
2005-07-03 12:17:04 +00:00
parent 461eb6ebd9
commit b0d80e76d2
10 changed files with 13 additions and 11 deletions

View File

@@ -31,9 +31,10 @@
* \author Ian Romanick <idr@us.ibm.com>
*/
#ifdef HAVE_CONFIG_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifdef DRI_NEW_INTERFACE_ONLY
# include <stdlib.h>
# include <string.h>

View File

@@ -27,9 +27,10 @@
* \author Ian Romanick <idr@us.ibm.com>
*/
#ifdef HAVE_CONFIG_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef GLCONTEXTMODES_H
#define GLCONTEXTMODES_H