mirror of https://github.com/YosysHQ/yosys.git
Include unistd.h in svgview.cpp (required for getcwd() function)
This fixes compilation on Arch Linux, which otherwise fails. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
This commit is contained in:
parent
143a58bccc
commit
6ad868ae25
|
@ -47,6 +47,7 @@
|
|||
#include <QGraphicsWebView>
|
||||
#include <QPaintEvent>
|
||||
#include <qmath.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
#include <QGLWidget>
|
||||
|
|
Loading…
Reference in New Issue