3c25045697
- Use OPTIONS helpers where possible. - Drop qt4-linguist dependency - the port does not use it (and it already contains prebuilt translations). - Regenerate patches. PR: 201724 Submitted by: s3erios@gmail.com
10 lines
194 B
C++
10 lines
194 B
C++
--- src/toreport.cpp.orig 2010-01-14 16:39:02 UTC
|
|
+++ src/toreport.cpp
|
|
@@ -39,6 +39,7 @@
|
|
*
|
|
* END_COMMON_COPYRIGHT_HEADER */
|
|
|
|
+#include <unistd.h>
|
|
#include "utils.h"
|
|
|
|
#include "toconf.h"
|