]> git.ozlabs.org Git - ppp.git/commitdiff
Merge branch 'patch-1' of https://github.com/neheb/ppp
authorPaul Mackerras <paulus@ozlabs.org>
Sun, 1 Dec 2019 03:37:23 +0000 (14:37 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Sun, 1 Dec 2019 03:37:23 +0000 (14:37 +1100)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/pppd.h

index 170eed97441a77c69090c680fb8fbd582ca87f58..b31b78da7e727a005edf3544487721a70d465620 100644 (file)
@@ -50,6 +50,8 @@
 #define __PPPD_H__
 
 #include <stdio.h>             /* for FILE */
+#include <stdlib.h>            /* for encrypt */
+#include <unistd.h>            /* for setkey */
 #include <limits.h>            /* for NGROUPS_MAX */
 #include <sys/param.h>         /* for MAXPATHLEN and BSD4_4, if defined */
 #include <sys/types.h>         /* for u_int32_t, if defined */