mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Use "" when including our own header files
This commit is contained in:
parent
fbd0fb0098
commit
b56cb00045
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue