summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-08-08 17:07:24 -0500
committerMike Gorse <mgorse@suse.com>2020-08-08 17:07:24 -0500
commit383f8a47d9f3513a35964381b3d5b288961e71a8 (patch)
tree5ca6b05fe233ae3a4ece72dc0381d9587ee1a74e /test
parentc2948260a4425f33ce31fe4ce56101d62862a559 (diff)
downloadat-spi2-core-383f8a47d9f3513a35964381b3d5b288961e71a8.tar.gz
test: fix compiler warning
Diffstat (limited to 'test')
-rw-r--r--test/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/memory.c b/test/memory.c
index 5105fffc..2f53dd7f 100644
--- a/test/memory.c
+++ b/test/memory.c
@@ -1,4 +1,5 @@
#include "atspi/atspi.h"
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>