From: Stefan Nickl Date: Wed, 10 Aug 2016 19:32:21 +0000 (+0200) Subject: Change include from sys/errno.h to errno.h X-Git-Tag: ppp-2.4.8~41^2 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=56a4760236ee0a606075404c5704801feffa646c Change include from sys/errno.h to errno.h According to POSIX, the canonical location for errno.h is on the top level. Signed-off-by: Stefan Nickl --- diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index b4a435d..20b42ac 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -73,12 +73,12 @@ #include #include #include -#include #include #include #include #include +#include #include #include #include