Include config-keepassx.h in Tools.cpp for the HAVE_* defines.

This commit is contained in:
Felix Geyer 2012-10-21 19:24:17 +02:00
parent 59da03d660
commit 4d263a09db

View File

@ -37,6 +37,8 @@
#include <time.h> // for nanosleep()
#endif
#include "config-keepassx.h"
#if defined(HAVE_PR_SET_DUMPABLE)
#include <sys/prctl.h>
#elif defined(HAVE_RLIMIT_CORE)