diff options
Diffstat (limited to 'stow.c')
-rw-r--r-- | stow.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,7 +21,9 @@ /* Stow mode for unionfs. */ #include <argp.h> +#include <assert.h> #include <error.h> +#include <stdlib.h> #include "ulfs.h" #include "lib.h" |