summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2019-07-24 14:50:22 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2019-11-19 05:49:35 +0800
commit3bceb3a9d3d0d6ec5409f751feb69fd10ccdfb16 (patch)
tree41044b53fb779bbc2c21ae1eef195a2e9fca2913
parentc608e9663ef69a992131da5db8fc153fd8723058 (diff)
downloadpixman-3bceb3a9d3d0d6ec5409f751feb69fd10ccdfb16.tar.gz
test/solid-test.c: Include stdint.h
We need that to make sure we have UINT16_MAX.
-rw-r--r--test/solid-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/solid-test.c b/test/solid-test.c
index c6ea397..b118d37 100644
--- a/test/solid-test.c
+++ b/test/solid-test.c
@@ -26,6 +26,7 @@
#include "utils.h"
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#define WIDTH 32