13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
$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"
|