src/lib/cache.c
changeset 177 b2768f3982f3
parent 76 2e07f7dccb67
equal deleted inserted replaced
176:ad32cf3a25fa 177:b2768f3982f3
     2 #include "shared/util.h"
     2 #include "shared/util.h"
     3 #include "shared/log.h" // only LOG_DEBUG
     3 #include "shared/log.h" // only LOG_DEBUG
     4 #include "error.h"
     4 #include "error.h"
     5 
     5 
     6 #include <stdlib.h>
     6 #include <stdlib.h>
       
     7 #include <string.h>
     7 #include <unistd.h>
     8 #include <unistd.h>
     8 #include <sys/types.h>
     9 #include <sys/types.h>
     9 #include <sys/stat.h>
    10 #include <sys/stat.h>
    10 #include <fcntl.h>
    11 #include <fcntl.h>
    11 #include <sys/mman.h>
    12 #include <sys/mman.h>