Use "" when including our own header files

dev
Kristian Høgsberg 15 years ago
parent fbd0fb0098
commit b56cb00045
  1. 2
      wayland-client.h

@ -23,7 +23,7 @@
#ifndef _WAYLAND_CLIENT_H #ifndef _WAYLAND_CLIENT_H
#define _WAYLAND_CLIENT_H #define _WAYLAND_CLIENT_H
#include <wayland-util.h> #include "wayland-util.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

Loading…
Cancel
Save