X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/80d52079f7f58d273d99745f93909e5c6524a9bd..94182d6031df0d956a94ecd7ece233e345468961:/cache.c diff --git a/cache.c b/cache.c index cd99812..57c8918 100644 --- a/cache.c +++ b/cache.c @@ -13,12 +13,12 @@ * */ -#ifdef HAVE_LINUX_SENDFILE -#include -#endif #include "cgit.h" #include "cache.h" #include "html.h" +#ifdef HAVE_LINUX_SENDFILE +#include +#endif #define CACHE_BUFSIZE (1024 * 4)