diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-02 07:33:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-02 07:33:45 +0000 |
commit | 6512f0235dc7aa288f6d5c66be25999dd1ff745d (patch) | |
tree | b251da4c237c5a69a8042338dfd4010fc3c65223 | |
parent | bcaf4b219754880a43942d68f83a89fdb63242f7 (diff) | |
download | ports-6512f0235dc7aa288f6d5c66be25999dd1ff745d.tar.gz ports-6512f0235dc7aa288f6d5c66be25999dd1ff745d.zip |
Notes
-rw-r--r-- | editors/textroom/files/patch-library_sxfile_getusername.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/textroom/files/patch-library_sxfile_getusername.cpp b/editors/textroom/files/patch-library_sxfile_getusername.cpp new file mode 100644 index 000000000000..39a929f453e4 --- /dev/null +++ b/editors/textroom/files/patch-library_sxfile_getusername.cpp @@ -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 |