Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
This commit is contained in:
parent
3729f1a5a4
commit
2c16ed2973
@ -28,13 +28,15 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ata.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <err.h>
|
||||
#include <sys/ata.h>
|
||||
|
||||
char *
|
||||
mode2str(int mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user