]> gitweb.ps.run Git - ps-cgit/commitdiff
cache.c: fix header order
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 11:14:17 +0000 (12:14 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 13:37:42 +0000 (15:37 +0200)
git-compat-util.h may define values that affect how system headers are
interpreted, so move sys/sendfile.h after cgit.h (which includes
git-compat-util.h).

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found