include dix-config.h (Mike Harris) (bug 5835)

This commit is contained in:
Brian Paul 2006-02-08 14:52:06 +00:00
parent 42725d6f54
commit d93615fc1e

View file

@ -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"