gallium: protect against multi-#include

This commit is contained in:
Brian 2008-03-18 16:59:46 -06:00
parent 8de9503d5d
commit 18f9fa9e71
1 changed files with 8 additions and 0 deletions

View File

@ -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 */