Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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