X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-OpenBSD;h=5d55a967ea5d6dda5f736e69df493f2913cd29ff;hb=d7571ac555518797c3553f6080f6aab3fda6ec58;hp=35eddd5a52fac7eeccfdd17f052bdf245d2cf074;hpb=9c19b270ead379003ece51fb49b83e7ea8b2d25e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 35eddd5a5..5d55a967e 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -23,4 +23,8 @@ typedef struct __res_state *res_state; /* default is non-const */ #define ICONV_ARG2_TYPE const char ** +#ifndef EPROTO +# define EPROTO 71 +#endif + /* End */