commit 19420eb96fb72d9d5f7940678d1b957aa26f1fce parent b1c7996c39784e81f73e4b1189f9b5786caad974 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(-)
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>