소스 검색

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;



불러오는 중...
취소
저장