summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshbuf.c')
-rw-r--r--crypto/openssh/sshbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshbuf.c b/crypto/openssh/sshbuf.c
index 78f5340..dbe0c91 100644
--- a/crypto/openssh/sshbuf.c
+++ b/crypto/openssh/sshbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.c,v 1.2 2014/06/25 14:16:09 deraadt Exp $ */
+/* $OpenBSD: sshbuf.c,v 1.3 2015/01/20 23:14:00 deraadt Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -18,8 +18,8 @@
#define SSHBUF_INTERNAL
#include "includes.h"
+#include <sys/param.h> /* roundup */
#include <sys/types.h>
-#include <sys/param.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
OpenPOWER on IntegriCloud