freebsd-ports/games/tetzle/files/patch-src-path.cpp

12 lines
254 B
C++
Raw Normal View History

2013-09-13 03:50:33 +02:00
--- src/path.cpp.orig 2013-02-28 21:57:04.000000000 +0400
+++ src/path.cpp 2013-09-13 05:27:35.631233459 +0400
@@ -24,6 +24,8 @@
#include "path.h"
+#include <cstdlib> // for getenv()
+
#include <QDesktopServices>
#include <QDir>
#include <QFile>