mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Add missing sys/types.h & sys/stat.h for stat & friends
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <pthread.h>
|
||||
#include <time.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <event.h>
|
||||
#include "evhttp/evhttp.h"
|
||||
|
||||
Reference in New Issue
Block a user