summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dynconfig/dynconfig.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/dynconfig/dynconfig.c b/dynconfig/dynconfig.c
index cf35bdb435d..961415278a0 100644
--- a/dynconfig/dynconfig.c
+++ b/dynconfig/dynconfig.c
@@ -18,8 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "includes.h"
-
/**
* @file dynconfig.c
*
@@ -40,10 +38,9 @@
* table? There's kind of a chicken-and-egg situation there...
**/
+#include "replace.h"
#include "dynconfig.h"
-#ifdef strdup
-#undef strdup
-#endif
+#include "lib/util/memory.h"
#define DEFINE_DYN_CONFIG_PARAM(name) \
const char *dyn_##name = name; \