tests/color_util: protect header from re-reading

Looks like this was forgotten, and I managed to get compiler errors
about redeclaring all enums.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2022-05-20 14:59:15 +03:00 committed by Pekka Paalanen
parent 7fa9b15348
commit 85738af912

View file

@ -24,6 +24,8 @@
* SOFTWARE.
*/
#pragma once
#include <stdint.h>
#include <stdbool.h>