mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Fix compilation: uid_t, gid_t and pid_t are defined in sys/types.h
This error shows up in third-party code when including wayland-server.h.
This commit is contained in:
parent
1ba69d26e0
commit
c56667bb83
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-server-protocol.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue