From 56a4760236ee0a606075404c5704801feffa646c Mon Sep 17 00:00:00 2001 From: Stefan Nickl Date: Wed, 10 Aug 2016 21:32:21 +0200 Subject: [PATCH] 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 --- pppd/sys-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2