Include errno.h

This commit is contained in:
Bhushan Shah 2018-03-26 12:35:15 +05:30
parent c8c76f78b2
commit 5c78fbfdcc

View file

@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KWayland/Server/output_interface.h> #include <KWayland/Server/output_interface.h>
#include <unistd.h> #include <unistd.h>
#include <gbm.h> #include <gbm.h>
#include <errno.h>
namespace KWin namespace KWin
{ {