1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/iniparser_build/iniparser.c
Matthieu Patou b953c4c67c s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-03 09:22:39 +01:00

8 lines
170 B
C

/*
for someplatforms it's needed to inject replace.h into
the iniparser source code
--metze
*/
#include "../replace/replace.h"
#include "../iniparser/src/iniparser.c"