freebsd-ports/security/keepassx/files/patch-src_lib_random.cpp
Alexey Dokuchaev 4e72a17178 - Do not #include <unistd.h> twice in the same file
- Regenerate patches with `make makepatch' while here
2016-01-29 03:45:54 +00:00

10 lines
221 B
C++

--- src/lib/random.cpp.orig 2009-06-28 14:22:31 UTC
+++ src/lib/random.cpp
@@ -29,6 +29,7 @@
#include <QSysInfo>
#endif
+#include <unistd.h>
#include <QCryptographicHash>
#include <QCursor>
#include <QDataStream>