mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 18:45:32 +00:00
Fix build on linux
This commit is contained in:
parent
29b2c79f0a
commit
ec405f02f8
@ -37,6 +37,10 @@
|
||||
|
||||
#include <api/common/envelope.pb.h>
|
||||
|
||||
#ifdef __UNIX__
|
||||
#include <sys/file.h>
|
||||
#endif
|
||||
|
||||
using kiapi::common::ApiRequest, kiapi::common::ApiResponse, kiapi::common::ApiStatusCode;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user