From 4d263a09db27356ee55bfd7bd6825c1928bcc8f6 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 21 Oct 2012 19:24:17 +0200 Subject: [PATCH] Include config-keepassx.h in Tools.cpp for the HAVE_* defines. --- src/core/Tools.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/Tools.cpp b/src/core/Tools.cpp index f635932a1..5d1d6e2c9 100644 --- a/src/core/Tools.cpp +++ b/src/core/Tools.cpp @@ -37,6 +37,8 @@ #include // for nanosleep() #endif +#include "config-keepassx.h" + #if defined(HAVE_PR_SET_DUMPABLE) #include #elif defined(HAVE_RLIMIT_CORE)