From 5e010a72c9bce217b49c564980509532d345b227 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 6 Apr 2016 13:06:26 +0100 Subject: [PATCH] drivers/softpipe: add missing header to the tarball Signed-off-by: Emil Velikov --- src/gallium/drivers/softpipe/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/softpipe/Makefile.sources b/src/gallium/drivers/softpipe/Makefile.sources index efe88468e3f..3669dfc71f8 100644 --- a/src/gallium/drivers/softpipe/Makefile.sources +++ b/src/gallium/drivers/softpipe/Makefile.sources @@ -11,6 +11,7 @@ C_SOURCES := \ sp_fs_exec.c \ sp_fs.h \ sp_image.c \ + sp_image.h \ sp_limits.h \ sp_prim_vbuf.c \ sp_prim_vbuf.h \ -- 2.30.2