Add <stdint.h> includes

This is to make the headers standalone.
This commit is contained in:
Demi Marie Obenour 2022-09-23 10:38:42 -04:00 committed by Wim Taymans
parent 6fda8212e7
commit 400860f63c
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#ifndef PIPEWIRE_JACK_EXTENSIONS_H
#define PIPEWIRE_JACK_EXTENSIONS_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {

View file

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

View file

@ -25,6 +25,7 @@
#ifndef MODULE_SESSION_MANAGER_SESSION_H
#define MODULE_SESSION_MANAGER_SESSION_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {