mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
reorder include <sys/types.h> and <sys/types.h>.
This commit is contained in:
parent
69d728be18
commit
843c5ef0f9
@ -29,8 +29,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#if __GNU_LIBRARY__ < 5 && \
|
#if __GNU_LIBRARY__ < 5 && \
|
||||||
!defined(__dietlibc__) && \
|
!defined(__dietlibc__) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user