diff options
Diffstat (limited to 'src/notify.hxx')
-rw-r--r-- | src/notify.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.hxx b/src/notify.hxx index 6b9e95368..1024dd8d9 100644 --- a/src/notify.hxx +++ b/src/notify.hxx @@ -28,7 +28,7 @@ struct notify { Cond cond; bool pending; -#ifndef WIN32 +#if !defined(WIN32) && !defined(__NetBSD__) constexpr #endif notify():pending(false) {} |