systemdeps.h: Include C99 header stdint.h (used control api)

This commit is contained in:
Nedko Arnaudov 2023-12-02 16:38:36 +02:00
parent d7b96b48e8
commit 13c6b21b52
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#ifndef JACK_SYSTEMDEPS_H
#define JACK_SYSTEMDEPS_H
/* C99 uint32_t and others */
#include <stdint.h>
#ifndef POST_PACKED_STRUCTURE
#ifdef __GNUC__