diff options
-rw-r--r-- | thumbs.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ #include "thumbs.h" #include "util.h" +#ifdef __NetBSD__ +#define st_mtim st_mtimespec +#define st_atim st_atimespec +#endif + const int thumb_dim = THUMB_SIZE + 10; char *cache_dir = NULL; |