editors/textroom: add <unistd.h> for modern compilers
This commit is contained in:
parent
bcaf4b2197
commit
6512f0235d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329020
1 changed files with 10 additions and 0 deletions
10
editors/textroom/files/patch-library_sxfile_getusername.cpp
Normal file
10
editors/textroom/files/patch-library_sxfile_getusername.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- library/sxfile/getusername.cpp.orig 2011-01-15 18:50:03.000000000 +0000
|
||||
+++ library/sxfile/getusername.cpp
|
||||
@@ -16,6 +16,7 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
+#include <unistd.h>
|
||||
#include "getusername.h"
|
||||
|
||||
#ifdef Q_OS_UNIX
|
Loading…
Reference in a new issue