]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Added include errno --obouizi
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Wed, 12 Feb 2020 11:19:19 +0000 (12:19 +0100)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Wed, 12 Feb 2020 11:19:19 +0000 (12:19 +0100)
packet/wait_cygwin.c

index 6f93fb1aa34b6c98cc676f2ab4c6b5e25f9b8d82..0546231527704b082175c5a3aae024535a21bb5b 100644 (file)
@@ -19,6 +19,7 @@
 #include "wait.h"
 
 #include <error.h>
+#include <errno.h>
 #include <sys/select.h>
 
 #include "command.h"