Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-04-29 19:29:44 +0000
committereutarass2011-04-29 19:29:44 +0000
commit69507c4a7d05f140376c2566ba9418cf27909530 (patch)
tree1694fee38011184289efd060963802fe8d7ebdb4 /framework/peer.c
parent957735abf60d39529fd82e11b3f999802cd76780 (diff)
downloadorg.eclipse.tcf.agent-69507c4a7d05f140376c2566ba9418cf27909530.tar.gz
org.eclipse.tcf.agent-69507c4a7d05f140376c2566ba9418cf27909530.tar.xz
org.eclipse.tcf.agent-69507c4a7d05f140376c2566ba9418cf27909530.zip
Bug 339595 - Changes necessary for VxWorks 6.9 targets (add #include <string.h> and use ssize_t)
Diffstat (limited to 'framework/peer.c')
-rw-r--r--framework/peer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/peer.c b/framework/peer.c
index 7f5d1def..a7dc6e69 100644
--- a/framework/peer.c
+++ b/framework/peer.c
@@ -20,6 +20,7 @@
#include <stddef.h>
#include <errno.h>
#include <assert.h>
+#include <string.h>
#include <framework/tcf.h>
#include <framework/peer.h>
#include <framework/myalloc.h>

Back to the top