summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_atifragshader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_atifragshader.c')
-rw-r--r--src/mesa/swrast/s_atifragshader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c
index da5064324d..d137b17d21 100644
--- a/src/mesa/swrast/s_atifragshader.c
+++ b/src/mesa/swrast/s_atifragshader.c
@@ -27,6 +27,7 @@
#include "macros.h"
#include "program.h"
+#include "s_atifragshader.h"
#include "s_nvfragprog.h"
#include "s_span.h"
#include "s_texture.h"
@@ -219,7 +220,7 @@ write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
dst[3] = src[3];
}
-void
+static void
finish_pass(struct atifs_machine *machine)
{
GLint i;