1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r14996: Fix compilation of gencache

This commit is contained in:
Jelmer Vernooij
2006-04-08 14:48:04 +00:00
committed by Gerald (Jerry) Carter
parent ff5b02a9f8
commit 6782214c44

View File

@@ -26,6 +26,7 @@
#include "system/time.h" #include "system/time.h"
#include "system/filesys.h" #include "system/filesys.h"
#include "db_wrap.h" #include "db_wrap.h"
#include "lib/gencache/gencache.h"
#define TIMEOUT_LEN 12 #define TIMEOUT_LEN 12
#define CACHE_DATA_FMT "%12u/%s" #define CACHE_DATA_FMT "%12u/%s"