mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
the iniparser source code, I do it in a way we can still have a unmodified copy of iniparser in source/iniparser/ and have the wrapper stuff in source/iniparser_build/. If the build-farm is happy with this I'll merge it to 3_0_26 tomorrow... metze
8 lines
168 B
C
8 lines
168 B
C
/*
|
|
for someplatforms it's needed to inject replace.h into
|
|
the iniparser source code
|
|
--metze
|
|
*/
|
|
#include "lib/replace/replace.h"
|
|
#include "iniparser/src/iniparser.c"
|