summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-07-05 08:59:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-07-05 17:54:10 +0200
commit5d18c5e5ec52a185991f9de6883171f85f7d4fa7 (patch)
tree8ddf37597600523a0ca9f1fee90154d37a92c328 /testsuite
parent25ef27b2e6d80f0afa271e73a195caa2105be648 (diff)
downloadsamba-5d18c5e5ec52a185991f9de6883171f85f7d4fa7.tar.gz
unittests: Add missing stdint.h include
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12878 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/unittests/test_sambafs_srv_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/unittests/test_sambafs_srv_pipe.c b/testsuite/unittests/test_sambafs_srv_pipe.c
index 641e99d932b..553f5309928 100644
--- a/testsuite/unittests/test_sambafs_srv_pipe.c
+++ b/testsuite/unittests/test_sambafs_srv_pipe.c
@@ -2,6 +2,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
+#include <stdint.h>
#include <unistd.h>
#include <sys/stat.h>
#include <cmocka.h>