summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-09-23 00:18:29 -0400
committerMatt Turner <mattst88@gmail.com>2010-09-23 00:31:28 -0400
commit0f943ec35255af41c8042a300cf73ecca35c9c55 (patch)
tree5ec532b2efdea5922f69c81c3bb8d14b7d3156cf
parentb4acf1fb50f1560d177e8e7912ef27ddca80d209 (diff)
Include xf86dgaproto.h, not xf86dgastr.h
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--src/glint_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glint_driver.c b/src/glint_driver.c
index 6c78363..bfd1ec8 100644
--- a/src/glint_driver.c
+++ b/src/glint_driver.c
@@ -63,7 +63,7 @@
#ifdef XFreeXDGA
#define _XF86DGA_SERVER_
-#include <X11/extensions/xf86dgastr.h>
+#include <X11/extensions/xf86dgaproto.h>
#endif
#include "globals.h"