summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r--src/gallium/auxiliary/util/u_pack_color.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_pack_color.h b/src/gallium/auxiliary/util/u_pack_color.h
index 93a18c1c7e..cd13823985 100644
--- a/src/gallium/auxiliary/util/u_pack_color.h
+++ b/src/gallium/auxiliary/util/u_pack_color.h
@@ -31,7 +31,12 @@
*/
+#ifndef U_PACK_COLOR_H
+#define U_PACK_COLOR_H
+
+
#include "pipe/p_compiler.h"
+#include "pipe/p_format.h"
/**
@@ -123,3 +128,6 @@ util_pack_z(enum pipe_format format, double z)
return 0;
}
}
+
+
+#endif /* U_PACK_COLOR_H */