From: Emil Velikov Date: Wed, 6 Apr 2016 12:06:26 +0000 (+0100) Subject: drivers/softpipe: add missing header to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e010a72c9bce217b49c564980509532d345b227;p=mesa.git drivers/softpipe: add missing header to the tarball Signed-off-by: Emil Velikov --- 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 \