summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-27 00:26:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-27 00:26:03 +0000
commite9fa7908d16a0dcf28a1357c2c1760980d58c8ec (patch)
treef84521970a9621fde18ad1ade841f79955a0340a /src/mesa/glapi/glapi.c
parentb39e3bad1db5388e9067c18835621c110ef067ef (diff)
include conf.h if HAVE_CONFIG_H defined
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r--src/mesa/glapi/glapi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index 7306e02bc3..f529c35622 100644
--- a/src/mesa/glapi/glapi.c
+++ b/src/mesa/glapi/glapi.c
@@ -1,4 +1,4 @@
-/* $Id: glapi.c,v 1.26 2000/01/17 19:45:37 brianp Exp $ */
+/* $Id: glapi.c,v 1.27 2000/01/27 00:26:03 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -36,6 +36,9 @@
+#ifdef HAVE_CONFIG_H
+#include "conf.h"
+#endif
#include <assert.h>
#include <stdlib.h> /* to get NULL */
#include <string.h>