mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Add <stdint.h> includes
This is to make the headers standalone.
This commit is contained in:
parent
6fda8212e7
commit
400860f63c
3 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifndef MODULE_SESSION_MANAGER_ENDPOINT_LINK_H
|
||||
#define MODULE_SESSION_MANAGER_ENDPOINT_LINK_H
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifndef MODULE_SESSION_MANAGER_SESSION_H
|
||||
#define MODULE_SESSION_MANAGER_SESSION_H
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue