ソースを参照

Fix compile error on NetBSD

master
Bert 14年前
コミット
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;



読み込み中…
キャンセル
保存