summaryrefslogtreecommitdiff
path: root/source3/iniparser_build/dictionary.c
blob: de98a4523f04f8b2ad5150cc457df4f65c5c4ea3 (plain)
1
2
3
4
5
6
7
/*
 for someplatforms it's needed to inject replace.h into
 the iniparser source code
 --metze
*/
#include "lib/replace/replace.h"
#include "iniparser/src/dictionary.c"