Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))
This fixes compilation errors on Arch Linux. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <stdio.h>
|
||||
#include <fnmatch.h>
|
||||
#include <set>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace {
|
||||
struct generate_port_decl_t {
|
||||
|
||||
Reference in New Issue
Block a user