summaryrefslogtreecommitdiff
path: root/net/pppd/patches/patch-ay
blob: 77086826efde76fdee5bd32cfc322468547c3be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ay,v 1.1.1.1 2005/01/02 02:51:43 cube Exp $

--- pppd/sha1.c.orig	2004-10-25 01:28:02.000000000 +0200
+++ pppd/sha1.c
@@ -16,6 +16,7 @@
 
 /* #define SHA1HANDSOFF * Copies data before messing with it. */
 
+#include <sys/types.h>
 #include <string.h>
 #include <netinet/in.h>	/* htonl() */
 #include "sha1.h"