pkgsrc-ng/emulators/yabause/patches/patch-src_qt_YabauseThread.cpp
2014-11-05 12:41:07 +01:00

13 lines
343 B
C++

$NetBSD: patch-src_qt_YabauseThread.cpp,v 1.1 2014/01/10 20:02:56 joerg Exp $
--- src/qt/YabauseThread.cpp.orig 2014-01-10 11:41:07.000000000 +0000
+++ src/qt/YabauseThread.cpp
@@ -29,6 +29,7 @@
#include <QDateTime>
#include <QStringList>
#include <QDebug>
+#include <time.h>
YabauseThread::YabauseThread( QObject* o )
: QObject( o )