tNewline between system includes and libc - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 19420eb96fb72d9d5f7940678d1b957aa26f1fce
(DIR) parent b1c7996c39784e81f73e4b1189f9b5786caad974
(HTM) 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
t@@ -1,5 +1,6 @@
#include <sys/stat.h>
#include <sys/file.h>
+
#include <err.h>
#include <fcntl.h>
#include <stdio.h>