aboutsummaryrefslogtreecommitdiffstats
path: root/common/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/place.h')
-rw-r--r--common/place.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/place.h b/common/place.h
index a8b86595..7df84873 100644
--- a/common/place.h
+++ b/common/place.h
@@ -21,6 +21,10 @@
#include "nextpnr.h"
+NEXTPNR_NAMESPACE_BEGIN
+
extern void place_design(Design *design);
+NEXTPNR_NAMESPACE_END
+
#endif // PLACE_H