- Do not #include <unistd.h> twice in the same file
- Regenerate patches with `make makepatch' while here
This commit is contained in:
parent
598942f232
commit
4e72a17178
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407448
3 changed files with 3 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
|||
--- ./src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000
|
||||
+++ ./src/lib/random.cpp 2013-09-21 15:37:54.599146989 +0000
|
||||
@@ -19,6 +19,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "random.h"
|
||||
+#include <unistd.h>
|
||||
|
||||
|
||||
#if defined(Q_WS_X11) || defined(Q_WS_MAC)
|
|
@ -1,5 +1,5 @@
|
|||
--- ./src/lib/AutoTypeX11.cpp.orig 2009-09-13 14:43:10.000000000 +0000
|
||||
+++ ./src/lib/AutoTypeX11.cpp 2013-09-21 15:37:54.600146755 +0000
|
||||
--- src/lib/AutoTypeX11.cpp.orig 2009-09-13 14:43:10 UTC
|
||||
+++ src/lib/AutoTypeX11.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "mainwindow.h"
|
||||
#include "lib/HelperX11.h"
|
|
@ -1,4 +1,4 @@
|
|||
--- src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000
|
||||
--- src/lib/random.cpp.orig 2009-06-28 14:22:31 UTC
|
||||
+++ src/lib/random.cpp
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <QSysInfo>
|
||||
|
|
Loading…
Reference in a new issue