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