From c3db0936ef3077b656d55208dd5ae10437ddc2f7 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 13 Sep 2018 13:45:44 -0700 Subject: [PATCH] mesa: move ADD_POINTERS to macros.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I'm not really sure where else to put it. Since imports.h only has two things left in it (neither of which are abstractions for smoothing away libc differences) I'd like to get them out of there. macros.h is the only place I can think of to put this macro. Reviewed-by: Marek Olšák Reviewed-by: Kristian H. Kristensen Reviewed-by: Matt Turner Part-of: --- src/mesa/program/prog_instruction.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/program/prog_instruction.c b/src/mesa/program/prog_instruction.c index 4673dd59a24..7a2407048aa 100644 --- a/src/mesa/program/prog_instruction.c +++ b/src/mesa/program/prog_instruction.c @@ -24,6 +24,7 @@ */ +#include #include "main/glheader.h" #include "util/imports.h" #include "prog_instruction.h" -- 2.30.2