sys/ includes go at the front
This commit is contained in:
parent
3d18122b7e
commit
27bc29da7a
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
@ -1,3 +1,5 @@
|
|||
#include <sys/stat.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
|
@ -5,7 +7,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue