X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f2e8ca806d43acbfd9bef53f1a3ee5ce95ff32e7..43620cf6aa62decaf319d00c28297e3b87a4da78:/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)