diff options
-rw-r--r-- | wayland-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-client.h b/wayland-client.h index be77a0e..2938ac8 100644 --- a/wayland-client.h +++ b/wayland-client.h @@ -23,7 +23,7 @@ #ifndef _WAYLAND_CLIENT_H #define _WAYLAND_CLIENT_H -#include <wayland-util.h> +#include "wayland-util.h" #ifdef __cplusplus extern "C" { |