diff options
Diffstat (limited to 'source4/lib/events/events.c')
-rw-r--r-- | source4/lib/events/events.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/events/events.c b/source4/lib/events/events.c index cf165c99dc..408fe8c6f1 100644 --- a/source4/lib/events/events.c +++ b/source4/lib/events/events.c @@ -66,6 +66,8 @@ #endif #if WITH_EPOLL +/* this #undef is needed on my SuSE 9.2 Box with glibc-devel-2.3.3-118 */ +#undef u32 #include <sys/epoll.h> #endif |