From 9eb9cfb999c32bf2f43b24294860b931b8e0b024 Mon Sep 17 00:00:00 2001 From: jweiss Date: Fri, 15 Apr 1994 15:38:00 +0000 Subject: [PATCH] #include errno.h so we don't get undefined errno when trying to build under Solaris. --- clients/blanche/blanche.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/blanche/blanche.c b/clients/blanche/blanche.c index 2358cc9e..18496f72 100644 --- a/clients/blanche/blanche.c +++ b/clients/blanche/blanche.c @@ -15,6 +15,7 @@ Do we need to improve the support for queue operations? */ #include +#include #include #include #include -- 2.45.2