diff options
Diffstat (limited to 'src/dirvec.c')
-rw-r--r-- | src/dirvec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dirvec.c b/src/dirvec.c index cf65fe659..6e921a75b 100644 --- a/src/dirvec.c +++ b/src/dirvec.c @@ -3,9 +3,11 @@ #include "utils.h" #include "path.h" -#include <string.h> #include <glib.h> +#include <assert.h> +#include <string.h> + static GMutex *nr_lock = NULL; static size_t dv_size(const struct dirvec *dv) |