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:
parent
d413e7b13c
commit
36463f6f9d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user