1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00
samba-mirror/source3/iniparser_build/iniparser.c

8 lines
167 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"