X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ffcache.h;h=d67f78789e43f1af2e6c65276b368a940898ead8;hb=HEAD;hp=43e0ad94a9d0230d4acf1db2cc9078fbac48e39b;hpb=60892f2ef45fa1ee656e1a00cac0578f9d6f9536;p=ppastats.git diff --git a/src/fcache.h b/src/fcache.h index 43e0ad9..d67f787 100644 --- a/src/fcache.h +++ b/src/fcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 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);