diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-21 14:09:49 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-21 22:17:24 -0400 |
commit | 7a66e549583a3168f05acc7df1e872d218fd670d (patch) | |
tree | 9a542ad870dff15344b77f98dbe645ab1afc97f2 /src/glx/dri_common.h | |
parent | f679640868ae6ef700d8672702c31ba2515220a7 (diff) |
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Diffstat (limited to 'src/glx/dri_common.h')
-rw-r--r-- | src/glx/dri_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 44104969e24..f3da50ecf09 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -36,6 +36,8 @@ #ifndef _DRI_COMMON_H #define _DRI_COMMON_H +#include <GL/internal/dri_interface.h> + typedef struct __GLXDRIconfigPrivateRec __GLXDRIconfigPrivate; struct __GLXDRIconfigPrivateRec |