diff options
author | David Robillard <d@drobilla.net> | 2019-08-02 22:43:13 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-08-02 23:34:33 +0200 |
commit | 561b71afe382634e71a8102136a33ba9a14eaa72 (patch) | |
tree | 4550383e391eb2ee943912deb9cbc5ee64d70920 /test | |
parent | 45f8844ca04de650d7f4d2f0b1b517754b529648 (diff) | |
download | pugl-561b71afe382634e71a8102136a33ba9a14eaa72.tar.gz pugl-561b71afe382634e71a8102136a33ba9a14eaa72.tar.bz2 pugl-561b71afe382634e71a8102136a33ba9a14eaa72.zip |
Clean up includes
Diffstat (limited to 'test')
-rw-r--r-- | test/pugl_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pugl_test.c b/test/pugl_test.c index 2e9a00d..b8a0a42 100644 --- a/test/pugl_test.c +++ b/test/pugl_test.c @@ -28,6 +28,7 @@ #include <math.h> #include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <string.h> |