mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
include dix-config.h (Mike Harris) (bug 5835)
This commit is contained in:
parent
42725d6f54
commit
d93615fc1e
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
|||
# include "imports.h"
|
||||
# define __glXMemset memset
|
||||
#else
|
||||
# if defined(XFree86Server) && defined (HAVE_DIX_CONFIG_H)
|
||||
# include <dix-config.h>
|
||||
# endif
|
||||
# include <X11/X.h>
|
||||
# include <GL/glx.h>
|
||||
# include "GL/glxint.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue