blob: 7f8cddd3545a82a610028034852f899c9984ebaa [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001--- a/kexec/ifdown.c
2+++ b/kexec/ifdown.c
3@@ -14,7 +14,7 @@
4 #include <sys/ioctl.h>
5 #include <sys/socket.h>
6 #include <sys/time.h>
7-#include <sys/errno.h>
8+#include <errno.h>
9
10 #include <net/if.h>
11 #include <netinet/in.h>