From 5360b966b3109e3d68605fdd0493a212be69b5e4 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Sat, 1 Dec 2007 19:46:57 +0000 Subject: [PATCH] Added net/ppp_defs.h to fix for compilation on Solaris, where u_int32_t is not a standard type. (Broken by r1.3.) --- pppd/sha1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pppd/sha1.c b/pppd/sha1.c index d18a19c..f4f975c 100644 --- a/pppd/sha1.c +++ b/pppd/sha1.c @@ -18,6 +18,7 @@ #include #include /* htonl() */ +#include #include "sha1.h" static void -- 2.39.2