summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-30 20:15:20 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-30 20:15:20 +0000
commit9828209fe3a5a7995a230c2bba605557b057954c (patch)
tree4e8e52630cb51e38bf027e88c8733030af382243 /usr.bin
parentd3f6d2ccd4db7db93d30acf1b95f860dd810d1cd (diff)
order includes to KNF
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/atomicio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/atomicio.h b/usr.bin/ssh/atomicio.h
index 03bf065e298..05b97ab8bf4 100644
--- a/usr.bin/ssh/atomicio.h
+++ b/usr.bin/ssh/atomicio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atomicio.h,v 1.8 2006/04/16 00:52:55 djm Exp $ */
+/* $OpenBSD: atomicio.h,v 1.9 2006/07/30 20:15:19 stevesk Exp $ */
/*
* Copyright (c) 2006 Damien Miller. All rights reserved.
@@ -30,9 +30,10 @@
#define _ATOMICIO_H
#include <sys/types.h>
-#include <unistd.h>
#include <sys/uio.h>
+#include <unistd.h>
+
/*
* Ensure all of data on socket comes through. f==read || f==vwrite
*/