Browse Source

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

reviewable/pr6274/r1
begasus 5 years ago committed by Anthony Bilinski
parent
commit
36463f6f9d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      src/widget/qrwidget.cpp

2
src/widget/qrwidget.cpp

@ -25,7 +25,7 @@ @@ -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…
Cancel
Save