server.c is including inotify headers, but the Makefile isn't using the INOTIFY_CFLAGS it discovered in configure
From: Robert Lippmann robert.lippmann.development@gmail.com
--- server/Makefile.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/server/Makefile.in b/server/Makefile.in index 7e571ac2ba6..262b6756657 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -48,5 +48,6 @@ SOURCES = \ winstation.c
UNIX_LIBS = $(LDEXECFLAGS) $(RT_LIBS) $(INOTIFY_LIBS) $(PROCSTAT_LIBS) +UNIX_CFLAGS = $(INOTIFY_CFLAGS)
unicode_EXTRADEFS = -DBINDIR=""${bindir}"" -DDATADIR=""${datadir}""