From 450292aebce9b9d2705477d3ea349155e7adedae Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 7 Dec 2017 04:40:57 +0100 Subject: [PATCH] test: add missing errno.h include to test-oneshot-and-hangup --- test/test-oneshot-and-hangup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-oneshot-and-hangup.c b/test/test-oneshot-and-hangup.c index ecf58c9..ff1d731 100644 --- a/test/test-oneshot-and-hangup.c +++ b/test/test-oneshot-and-hangup.c @@ -1,3 +1,4 @@ +#include #include #include #include