1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[OS X] Fixed build on OS X

Closes #1122
This commit is contained in:
nowrep 2014-01-02 10:45:22 +01:00
parent a4a9d78bea
commit 58a485fb6d

View File

@ -19,9 +19,9 @@
#include "proxystyle.h"
#include <QMessageBox> // For QT_REQUIRE_VERSION
#include <iostream>
#if defined(Q_OS_LINUX) || defined(__GLIBC__)
#include <iostream>
#include <signal.h>
#include <execinfo.h>