From: Dylan Baker Date: Thu, 13 Sep 2018 20:45:44 +0000 (-0700) Subject: mesa: move ADD_POINTERS to macros.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3db0936ef3077b656d55208dd5ae10437ddc2f7;p=mesa.git mesa: move ADD_POINTERS to macros.h 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: --- 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"