From b56cb000459ac79643b7d09ac0c6ad1cda63d0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 29 Jul 2010 15:43:46 -0400 Subject: [PATCH] Use "" when including our own header files --- wayland-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland-client.h b/wayland-client.h index be77a0e0..2938ac8d 100644 --- a/wayland-client.h +++ b/wayland-client.h @@ -23,7 +23,7 @@ #ifndef _WAYLAND_CLIENT_H #define _WAYLAND_CLIENT_H -#include +#include "wayland-util.h" #ifdef __cplusplus extern "C" {