diff options
Diffstat (limited to 'src/daemon/wayland.h')
-rw-r--r-- | src/daemon/wayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/wayland.h b/src/daemon/wayland.h index 5a58ec9..3779f5f 100644 --- a/src/daemon/wayland.h +++ b/src/daemon/wayland.h @@ -21,7 +21,7 @@ #ifndef _WAYLAND_H #define _WAYLAND_H -#ifdef PACKAGE_NAME // only check HAVE_WAYLAND if config.h has been included +#ifdef PACKAGE_NAME /* only check HAVE_WAYLAND if config.h has been included */ #ifndef HAVE_WAYLAND #error file should only be included when HAVE_WAYLAND is enabled #endif |