X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.h;h=de50b88e69f0eaab51ba65418dab81b079c36d83;hb=df7ffb359d84bd4eb3dbeafdc528eb0ac3675073;hp=89bd9d8e69a66c7fa5c790c2e7b8450e2c2fa472;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/fcache.h b/src/fcache.h index 89bd9d8..de50b88 100644 --- a/src/fcache.h +++ b/src/fcache.h @@ -20,7 +20,7 @@ #ifndef _PPASTATS_FCACHE_H_ #define _PPASTATS_FCACHE_H_ -#include +#include char *fcache_get(const char *k); void fcache_put(const char *k, const char *v);