diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-08-30 00:58:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 00:58:54 -0400 |
commit | 1eb6f0a3e5d1adf72e8deb30205b9bdc8333a0a8 (patch) | |
tree | 978e304b49258cdaf4a71d300b9c37ea93198202 | |
parent | ae54b5244b223f34b20504719836ef4f946e8f9b (diff) | |
download | multihome-1eb6f0a3e5d1adf72e8deb30205b9bdc8333a0a8.tar.gz |
Update multihome.h
-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 |