From: Brian Date: Thu, 2 Aug 2007 16:29:50 +0000 (-0600) Subject: include st_cb_clear.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51b300c54da63199103c2d7caaf27760d7243621;p=mesa.git include st_cb_clear.h --- diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 4d3f0ec4d30..cde1dd11ca3 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -28,6 +28,7 @@ #include "imports.h" #include "st_public.h" #include "st_context.h" +#include "st_cb_clear.h" #include "st_atom.h" #include "st_draw.h" #include "st_program.h"