diff options
Diffstat (limited to 'net/poptop/files/patch-plugins_pptpd-logwtmp.c')
-rw-r--r-- | net/poptop/files/patch-plugins_pptpd-logwtmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/poptop/files/patch-plugins_pptpd-logwtmp.c b/net/poptop/files/patch-plugins_pptpd-logwtmp.c index 4ac8d80d0537..df1f128a8f0b 100644 --- a/net/poptop/files/patch-plugins_pptpd-logwtmp.c +++ b/net/poptop/files/patch-plugins_pptpd-logwtmp.c @@ -6,5 +6,5 @@ #include <unistd.h> -#include <utmp.h> #include <string.h> - #include "pppd.h" + #include <pppd/pppd.h> |