]> git.ipfire.org Git - ipfire-3.x.git/blame - ppp/patches/ppp-2.4.3-fix64.patch
Merge remote-tracking branch 'stevee/docbook2X'
[ipfire-3.x.git] / ppp / patches / ppp-2.4.3-fix64.patch
CommitLineData
0bc5d371
MT
1--- ppp-2.4.3/pppd/sha1.c.fix64 2004-10-25 01:28:02.000000000 +0200
2+++ ppp-2.4.3/pppd/sha1.c 2004-11-22 16:44:16.850768926 +0100
3@@ -18,6 +18,7 @@
4
5 #include <string.h>
6 #include <netinet/in.h> /* htonl() */
7+#include <sys/types.h> /* u_int32_t */
8 #include <net/ppp_defs.h>
9 #include "sha1.h"
10