Explorar el Código

Fix compile error on NetBSD

master
Bert hace 14 años
padre
commit
2e1d752777
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      thumbs.c

+ 5
- 0
thumbs.c Ver fichero

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



Cargando…
Cancelar
Guardar