diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 21:26:35 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 21:26:35 +0100 |
commit | f6ca60606561ddbe5dab526ab1bc6b89f6dbe082 (patch) | |
tree | 41b089efcad6d691f348cc05af193e583afe2380 /test | |
parent | 1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712 (diff) | |
download | pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.gz pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.tar.bz2 pugl-f6ca60606561ddbe5dab526ab1bc6b89f6dbe082.zip |
Clean up includes
Diffstat (limited to 'test')
-rw-r--r-- | test/test_clipboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_clipboard.c b/test/test_clipboard.c index 5749b65..a458d00 100644 --- a/test/test_clipboard.c +++ b/test/test_clipboard.c @@ -28,6 +28,7 @@ #include <assert.h> #include <stdbool.h> #include <stddef.h> +#include <string.h> typedef struct { PuglWorld* world; |