From 8bfa46bdf404af39d32b7cba8f0102b46a6a43e0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 29 Mar 2022 09:40:54 +0200 Subject: common: Make sure ETIMEDOUT is defined --- common/userpref.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/userpref.c b/common/userpref.c index 32904c7..ddd380a 100644 --- a/common/userpref.c +++ b/common/userpref.c @@ -73,6 +73,10 @@ #include #endif +#ifndef ETIMEDOUT +#define ETIMEDOUT 138 +#endif + #include #include "userpref.h" -- cgit v1.1-32-gdbae