minor fixes from J.P. Delport
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 23 Oct 2004 16:57:44 +0000 (16:57 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 23 Oct 2004 16:57:44 +0000 (16:57 +0000)
src/mesa/swrast/s_spantemp.h
src/mesa/x86/Makefile

index 95d9358a16d69e456a6a6e2617b691295260959b..1ce0b00bef9885d8a84eb3403d29dd5539aa2431 100644 (file)
@@ -47,6 +47,7 @@
  *   FETCH_CI_PIXEL(CI, P)  to fetch a pixel index from pixel P
  */
 
+#include "macros.h"
 
 #ifdef STORE_RGBA_PIXEL
 
index 0c725d337693912f5fee85c3b6abe839960e3b92..125f8937d3587c1f55f5437a4cd083839dc1eb15 100644 (file)
@@ -11,6 +11,7 @@ INCLUDE_DIRS = \
        -I$(TOP)/include \
        -I.. \
        -I../main \
+       -I../math \
        -I../glapi \
        -I../tnl