Use "" when including our own header files

This commit is contained in:
Kristian Høgsberg 2010-07-29 15:43:46 -04:00
parent fbd0fb0098
commit b56cb00045

View 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" {