mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
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>
This commit is contained in:
parent
25ef27b2e6
commit
5d18c5e5ec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user