From 82999fe464ad26e732e9bec7e85f29bf2ed96dd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kacper=20Michaj=C5=82ow?= Date: Wed, 4 Jan 2017 17:53:18 +0100 Subject: [PATCH] Add missing errno.h include. This fixes compilation with Clang on Cygwin. --- packet/command_cygwin.c | 1 + packet/probe_cygwin.c | 1 + 2 files changed, 2 insertions(+) diff --git a/packet/command_cygwin.c b/packet/command_cygwin.c index 4f477eb..7b32eb3 100644 --- a/packet/command_cygwin.c +++ b/packet/command_cygwin.c @@ -18,6 +18,7 @@ #include "command.h" +#include #include #include diff --git a/packet/probe_cygwin.c b/packet/probe_cygwin.c index 32127fd..ae1b2cc 100644 --- a/packet/probe_cygwin.c +++ b/packet/probe_cygwin.c @@ -18,6 +18,7 @@ #include "probe.h" +#include #include #include -- 2.47.2