mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[conf] Add missing stdint.h include
This commit is contained in:
parent
189370df91
commit
cac4b14e6f
@ -3,6 +3,7 @@
|
|||||||
#define __CONFFILE_H__
|
#define __CONFFILE_H__
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <confuse.h>
|
#include <confuse.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user