mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
13 lines
284 B
Diff
13 lines
284 B
Diff
--- 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
|
|
|