Ticket #18148: patch-rrd_open.c.diff

File patch-rrd_open.c.diff, 329 bytes (added by vinc17@…, 15 years ago)
  • src/rrd_open.c

    old new  
    1515#include <sys/stat.h>
    1616#endif
    1717
     18#ifdef HAVE_MMAP
     19#ifdef HAVE_BROKEN_MS_ASYNC
     20#include <utime.h>
     21#endif
     22#endif
     23
    1824#define MEMBLK 8192
    1925
    2026/* DEBUG 2 prints information obtained via mincore(2) */