X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.h;h=d67f78789e43f1af2e6c65276b368a940898ead8;hb=474ab6fa492a8b1dde963fdecb1edebc111c5fb2;hp=89bd9d8e69a66c7fa5c790c2e7b8450e2c2fa472;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/fcache.h b/src/fcache.h index 89bd9d8..d67f787 100644 --- a/src/fcache.h +++ b/src/fcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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);