X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/80d52079f7f58d273d99745f93909e5c6524a9bd..23c17d8ff01b96619bc1f71274cb44f1425e10f4:/cache.c?ds=sidebyside 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)