diff options
-rw-r--r-- | multihome.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multihome.h b/multihome.h index a9b401f..a1c2ef2 100644 --- a/multihome.h +++ b/multihome.h @@ -16,6 +16,9 @@ #include <sys/stat.h> #include <sys/types.h> #include <libgen.h> +#include <wait.h> +#include <argp.h> +#include <time.h> #define VERSION "0.0.1" #define OS_SKEL_DIR "/etc/skel/" // NOTE: Trailing slash is required |