blob: 33c0f8a2fee19857eb3d67ea000f19c08eb43666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- openssh-6.2p2/includes.h.orig
+++ openssh-6.2p2/includes.h
@@ -21,6 +21,8 @@
#define _GNU_SOURCE /* activate extra prototypes for glibc */
#include <sys/types.h>
+#include <sys/param.h>
+#include <sys/time.h>
#include <sys/socket.h> /* For CMSG_* */
#ifdef HAVE_LIMITS_H
|