From f74f1c1d5b5e06c0b64aadf996cc5bf7e92cd21d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 20 Dec 2001 01:30:30 +0000 Subject: [PATCH] Now #includes errno.h for all builds to guarantee proper redefinition of EINTR. --- src/sbbs3/sbbsinet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sbbs3/sbbsinet.h b/src/sbbs3/sbbsinet.h index 5c3538f355..b5f109aec3 100644 --- a/src/sbbs3/sbbsinet.h +++ b/src/sbbs3/sbbsinet.h @@ -62,10 +62,11 @@ #include <sys/time.h> /* struct timeval */ #include <arpa/inet.h> /* inet_ntoa */ #include <unistd.h> /* close */ -#include <errno.h> /* errno */ #endif +#include <errno.h> /* errno */ + /**********************************/ /* Socket Implementation-specific */ /**********************************/ -- GitLab