Fix compile error on NetBSD
This commit is contained in:
parent
dde2d9d023
commit
2e1d752777
5
thumbs.c
5
thumbs.c
@ -27,6 +27,11 @@
|
|||||||
#include "thumbs.h"
|
#include "thumbs.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
#ifdef __NetBSD__
|
||||||
|
#define st_mtim st_mtimespec
|
||||||
|
#define st_atim st_atimespec
|
||||||
|
#endif
|
||||||
|
|
||||||
const int thumb_dim = THUMB_SIZE + 10;
|
const int thumb_dim = THUMB_SIZE + 10;
|
||||||
char *cache_dir = NULL;
|
char *cache_dir = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user