From 5d18c5e5ec52a185991f9de6883171f85f7d4fa7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 5 Jul 2017 08:59:23 +0200 Subject: unittests: Add missing stdint.h include BUG: https://bugzilla.samba.org/show_bug.cgi?id=12878 Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy --- testsuite/unittests/test_sambafs_srv_pipe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite') 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 #include #include +#include #include #include #include -- cgit v1.2.1