1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

librpc/tests: make use of replace.h in test_ndr*.c

This fixes the build on FreeBSD 12.1 and maybe other systems.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2020-02-27 01:51:18 +01:00 committed by Andreas Schneider
parent bc94d9878d
commit cefa9be9d7
3 changed files with 3 additions and 9 deletions

View File

@ -32,9 +32,7 @@
* library functions and types.
*
*/
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>

View File

@ -32,9 +32,7 @@
* library functions and types.
*
*/
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>

View File

@ -32,9 +32,7 @@
* library functions and types.
*
*/
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include "replace.h"
#include <setjmp.h>
#include <cmocka.h>