summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsecurepath/sec_g2ddrm.cpp1
-rw-r--r--libsecurepath/tlc_communication.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libsecurepath/sec_g2ddrm.cpp b/libsecurepath/sec_g2ddrm.cpp
index 47a9945..ba36321 100644
--- a/libsecurepath/sec_g2ddrm.cpp
+++ b/libsecurepath/sec_g2ddrm.cpp
@@ -17,6 +17,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
diff --git a/libsecurepath/tlc_communication.cpp b/libsecurepath/tlc_communication.cpp
index 1f6636a..d72bea0 100644
--- a/libsecurepath/tlc_communication.cpp
+++ b/libsecurepath/tlc_communication.cpp
@@ -15,6 +15,7 @@
*/
#include <stdlib.h>
+#include <strings.h>
#include "tlc_communication.h"