Merge commit 'fml/master'
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 09619cfcecdcc49685c218d4249322fa92824fa7..02bfa302779ccdf5bc299e8a6a81f5b3c2fb8f60 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -8,6 +8,7 @@
 #include "string.h"
 #include "error.h"
 #include "portable_io.h"
+#include "select.cmdline.h"
 
 DEFINE_ERRLIST;
 int osl_errno;
@@ -18,6 +19,9 @@ static int signum;
 /** Command line and config file options. */
 struct gengetopt_args_info conf;
 
+/** Options passed to --select-options. */
+struct select_args_info select_conf;
+
 /** The number of different uids found so far. */
 uint32_t num_uids = 0;