From af7341f3387286cfcbf3f969321cd65d0b333641 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 5 Jul 2017 08:59:23 +0200 Subject: [PATCH] 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 (cherry picked from commit 5d18c5e5ec52a185991f9de6883171f85f7d4fa7) --- testsuite/unittests/test_sambafs_srv_pipe.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.13.2