1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(haiku): Haiku doesn't use sys/errno.h

This commit is contained in:
begasus 2020-12-13 16:46:17 +00:00 committed by Anthony Bilinski
parent d413e7b13c
commit 36463f6f9d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -25,7 +25,7 @@
#include <QPainter>
#include <qrencode.h>
#ifdef Q_OS_WIN32
#if defined(Q_OS_WIN32) || defined(Q_OS_HAIKU)
#include <errno.h>
#else
#include <sys/errno.h>