libgraphite. It also requires some includes, to build it with GCC7. One of source files uses CRLF line endings, which necessitates USES=dos2unix. While here, add USES=gnome localbase:ldflags. PR: 232491 Submitted by: Piotr Kubaj
18 lines
463 B
C++
18 lines
463 B
C++
--- team-framework/io/unixinstreambuf.cpp.orig 2005-01-06 17:59:28 UTC
|
|
+++ team-framework/io/unixinstreambuf.cpp
|
|
@@ -28,11 +28,14 @@
|
|
#include <common.h>
|
|
|
|
#include "unixinstreambuf.h"
|
|
+#include <cstring>
|
|
#include "../rtbglobal/masterresourcecontrol.h"
|
|
#include "../exceptions/keynotfoundexception.h"
|
|
#include "../exceptions/confignotloadedexception.h"
|
|
#include <sstream>
|
|
#include <errno.h>
|
|
+#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
|
|
/**
|
|
* Namespace
|