git.samba.org
/
garming
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ef27b
)
unittests: Add missing stdint.h include
author
Andreas Schneider
<asn@samba.org>
Wed, 5 Jul 2017 06:59:23 +0000
(08:59 +0200)
committer
Andreas Schneider
<asn@cryptomilk.org>
Wed, 5 Jul 2017 15:54:10 +0000
(17:54 +0200)
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>
testsuite/unittests/test_sambafs_srv_pipe.c
patch
|
blob
|
history
diff --git
a/testsuite/unittests/test_sambafs_srv_pipe.c
b/testsuite/unittests/test_sambafs_srv_pipe.c
index 641e99d932bb4bfaa687406fbcb295fc9ad38fac..553f5309928502b0f34d9ad2ab5fb72865bccec6 100644
(file)
--- 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>