From 783ad57cb8d85267a838daa95dea30b9c3bff6bb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 30 Jul 2022 11:24:43 +0200 Subject: [PATCH] [meson] Compilation fix --- config2.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config2.h.in b/config2.h.in index dd5b413b..540d5d79 100644 --- a/config2.h.in +++ b/config2.h.in @@ -515,6 +515,9 @@ /* Define to 1 if you have the header file. */ #mesondefine HAVE_LIBEV_EVENT_H +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_LIBGEN_H + /* Define to 1 if you have the `nsl' library (-lnsl). */ #mesondefine HAVE_LIBNSL