diff options
author | David Robillard <d@drobilla.net> | 2020-07-15 16:22:17 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-16 11:24:59 +0200 |
commit | 212b4bedb565b3ccc807917b94ed5b67023603db (patch) | |
tree | 91ff6ec848196b238a2624a23c11236521cb2b02 /bindings | |
parent | d7ab0b3eab59f6068d697399da50734e57c5ca83 (diff) | |
download | lilv-212b4bedb565b3ccc807917b94ed5b67023603db.tar.gz lilv-212b4bedb565b3ccc807917b94ed5b67023603db.tar.bz2 lilv-212b4bedb565b3ccc807917b94ed5b67023603db.zip |
Clean up includes
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/test/bindings_test_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c index bee7f85..1945c0d 100644 --- a/bindings/test/bindings_test_plugin.c +++ b/bindings/test/bindings_test_plugin.c @@ -25,7 +25,7 @@ #include "lv2/core/lv2.h" /** Include standard C headers */ -#include <math.h> +#include <stdint.h> #include <stdlib.h> /** |