diff options
Diffstat (limited to 'whiteboard.cpp')
-rw-r--r-- | whiteboard.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/whiteboard.cpp b/whiteboard.cpp index 1cf8354..cecee9e 100644 --- a/whiteboard.cpp +++ b/whiteboard.cpp @@ -17,6 +17,7 @@ #include <boost/algorithm/string/trim.hpp> #include <boost/property_tree/xml_parser.hpp> +#include "config.h" #include "file.h" namespace pt = boost::property_tree; @@ -59,6 +60,8 @@ namespace { int main(void) { + Config config; + int result = FCGX_Init(); if (result != 0) { // error on init fprintf(stderr, "Error: FCGX_Init()\n"); |