This commit is contained in:
Wolfgang Hottgenroth 2013-03-27 23:21:56 +01:00
parent f30026e6b0
commit 695047d6b6
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <string> #include <string>
const std::string DATABASE_FILE = "children.sqlite"; const std::string DATABASE_FILE = "/etc/postfix/children.sqlite";
#endif /* CHILDPROT_HPP_ */ #endif /* CHILDPROT_HPP_ */

View File

@ -6,6 +6,8 @@
*/ */
#include <syslog.h> #include <syslog.h>
#include <string.h>
#include <stdio.h>
#include <iostream> #include <iostream>
#include "log.hpp" #include "log.hpp"