summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/.gitignore2
-rw-r--r--server/tests/test_empty_success.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/.gitignore b/server/tests/.gitignore
index 063083bc..d587e255 100644
--- a/server/tests/.gitignore
+++ b/server/tests/.gitignore
@@ -1,4 +1,6 @@
test_display_no_ssl
+test_display_streaming
test_empty_success
test_just_sockets_no_ssl
test_fail_on_null_core_interface
+test_playback
diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c
index fb46aa89..435efbf6 100644
--- a/server/tests/test_empty_success.c
+++ b/server/tests/test_empty_success.c
@@ -1,5 +1,7 @@
#include <config.h>
#include <stdlib.h>
+#include <strings.h>
+
#include <spice.h>
SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)