projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39e3ba
)
include conf.h if HAVE_CONFIG_H defined
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 27 Jan 2000 00:26:03 +0000
(
00:26
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 27 Jan 2000 00:26:03 +0000
(
00:26
+0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index 7306e02bc37de961d0ab8624236609de850ee4ad..f529c356220da364ddeb553215e44af2e9e07107 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-1,4
+1,4
@@
-/* $Id: glapi.c,v 1.2
6 2000/01/17 19:45:37
brianp Exp $ */
+/* $Id: glapi.c,v 1.2
7 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>