summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 0e95532..005a397 100644
--- a/src/options.h
+++ b/src/options.h
@@ -22,6 +22,7 @@
#ifndef DROPNROLL_options_h_INCLUDED
#define DROPNROLL_options_h_INCLUDED
+#include "datatypes.h"
#include "string_list.h"
struct options_struct {
@@ -37,6 +38,7 @@ struct options_struct {
char* command_sock_;
char* script_;
int max_children_;
+ children_policy_t children_policy_;
string_list_t dirs_;
};
typedef struct options_struct options_t;