summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/chap_ms.c')
-rw-r--r--usr.sbin/ppp/chap_ms.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c
index 59ebb46..0c8c468 100644
--- a/usr.sbin/ppp/chap_ms.c
+++ b/usr.sbin/ppp/chap_ms.c
@@ -23,13 +23,12 @@
*
*/
-#include <sys/types.h>
-
#include <ctype.h>
#ifdef __FreeBSD__
#include <openssl/des.h>
#include <sha.h>
#else
+#include <sys/types.h>
#include <stdlib.h>
#include <des.h>
#include <openssl/sha.h>
OpenPOWER on IntegriCloud