diff options
Diffstat (limited to 'multihome.h')
-rw-r--r-- | multihome.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multihome.h b/multihome.h index 5943b4e..c08401c 100644 --- a/multihome.h +++ b/multihome.h @@ -19,11 +19,11 @@ #include <wait.h> #include <argp.h> #include <time.h> +#include "config.h" #define VERSION "0.0.1" #define MULTIHOME_ROOT "home_local" #define OS_SKEL_DIR "/etc/skel/" // NOTE: Trailing slash is required -#define RSYNC_BIN "/usr/bin/rsync" #define RSYNC_ARGS "-aq" #endif //MULTIHOME_MULTIHOME_H |