diff options
author | David Robillard <d@drobilla.net> | 2019-07-27 21:48:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-29 01:59:27 +0200 |
commit | 626a49c269351ab47ba8ab1847eae0d13fd62934 (patch) | |
tree | 1f1c11186f4f4bc390a3494487dbf57707283ca8 /test/pugl_test.c | |
parent | 560bcf2ad4d73b79d6e9e4c1c7965d7617a3a41d (diff) | |
download | pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.tar.gz pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.tar.bz2 pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.zip |
Cleanup: Clean up includes and call IWYU in lint target
Diffstat (limited to 'test/pugl_test.c')
-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 b83263f..f81cf99 100644 --- a/test/pugl_test.c +++ b/test/pugl_test.c @@ -28,6 +28,7 @@ #include <locale.h> #include <math.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> |