X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexcompress_s3tc_tmp.h;fp=src%2Fmesa%2Fmain%2Ftexcompress_s3tc_tmp.h;h=dbf8c871b7ab66ecc0f5a684cd1bd8f34968d76d;hp=92316a74dd0aa144a37b31badade0e7696007fc2;hb=2734baa9e24fc9401fab2a116fcfb18c56538175;hpb=ec994ca0fc2b853c00d9b54de7c87715ec605c2e diff --git a/src/mesa/main/texcompress_s3tc_tmp.h b/src/mesa/main/texcompress_s3tc_tmp.h index 92316a74dd0..dbf8c871b7a 100644 --- a/src/mesa/main/texcompress_s3tc_tmp.h +++ b/src/mesa/main/texcompress_s3tc_tmp.h @@ -22,6 +22,9 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifndef TEXCOMPRESS_S3TC_TMP_H +#define TEXCOMPRESS_S3TC_TMP_H + #ifdef __APPLE__ #include #else @@ -987,3 +990,5 @@ static void tx_compress_dxtn(GLint srccomps, GLint width, GLint height, const GL return; } } + +#endif