瀏覽代碼

Fix compile error on NetBSD

master
Bert 13 年之前
父節點
當前提交
2e1d752777
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      thumbs.c

+ 5
- 0
thumbs.c 查看文件

@@ -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;



Loading…
取消
儲存