Merge pull request #20 from mschmoelzer/master

Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))
This commit is contained in:
Clifford Wolf 2014-01-14 11:51:28 -08:00
commit 11c7df40c3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <stdio.h>
#include <fnmatch.h>
#include <set>
#include <unistd.h>
namespace {
struct generate_port_decl_t {