summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-25 18:15:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-25 18:15:23 +0000
commit21217695d378a4fcf4a4213491d0f5dbe5fbdc7d (patch)
tree298a1965bf2b41ab6b902300d0bad3064587ac75 /src
parentbd1db5d6b5774e0f51e18b05439ca5a5930c5f2a (diff)
include glapi.h
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/dlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 1babb47010..c1bd9814b2 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.18 1999/11/12 23:38:42 brianp Exp $ */
+/* $Id: dlist.c,v 1.19 1999/11/25 18:15:23 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -49,6 +49,7 @@
#include "feedback.h"
#include "fog.h"
#include "get.h"
+#include "glapi.h"
#include "glmisc.h"
#include "hash.h"
#include "image.h"