aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/core.h
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-02-05 07:21:14 -0500
committerThomas Winget <tewinget@gmail.com>2015-03-01 02:21:19 -0500
commit76289d0e3bf514db589169a464c0f6d45dae7043 (patch)
treed59813521e71fa41a124cfa7d6d30ace54773615 /src/daemon/core.h
parentrevert stop_daemon method to use correct exit (diff)
downloadmonero-76289d0e3bf514db589169a464c0f6d45dae7043.tar.xz
Fix tests building -- function signatures changed
Diffstat (limited to '')
-rw-r--r--src/daemon/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h
index 3cea70601..6564e5314 100644
--- a/src/daemon/core.h
+++ b/src/daemon/core.h
@@ -34,6 +34,7 @@
#include "misc_log_ex.h"
#include <stdexcept>
#include <boost/program_options.hpp>
+#include "daemon/command_line_args.h"
namespace daemonize
{