mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
8 lines
169 B
C
8 lines
169 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/dictionary.c"
|