editors/textroom: add <unistd.h> for modern compilers

This commit is contained in:
John Marino 2013-10-02 07:33:45 +00:00
parent bcaf4b2197
commit 6512f0235d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329020

View 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