Use "" when including our own header files
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 29 Jul 2010 19:43:46 +0000 (15:43 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 29 Jul 2010 19:43:46 +0000 (15:43 -0400)
wayland-client.h

index be77a0e..2938ac8 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef _WAYLAND_CLIENT_H
 #define _WAYLAND_CLIENT_H
 
-#include <wayland-util.h>
+#include "wayland-util.h"
 
 #ifdef  __cplusplus
 extern "C" {