Newline between system includes and libc - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 19420eb96fb72d9d5f7940678d1b957aa26f1fce DIR parent b1c7996c39784e81f73e4b1189f9b5786caad974 HTML Author: sin <sin@2f30.org> Date: Fri, 22 Feb 2019 19:42:34 +0000 Newline between system includes and libc Diffstat: M dedup.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/dedup.c b/dedup.c @@ -1,5 +1,6 @@ #include <sys/stat.h> #include <sys/file.h> + #include <err.h> #include <fcntl.h> #include <stdio.h>