diff options
Diffstat (limited to 'lib/common/dirstack.c')
-rw-r--r-- | lib/common/dirstack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/dirstack.c b/lib/common/dirstack.c index 8f73898..f8d1278 100644 --- a/lib/common/dirstack.c +++ b/lib/common/dirstack.c @@ -5,6 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ #include "common.h" +#include "util/compat.h" #include <string.h> #include <stdlib.h> |