aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-28 23:56:13 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-28 23:57:37 +0000
commitf21557520c3c7e10ab8413cae68af4d3f24a9962 (patch)
treea6928a9187f1fc9052f971bdf9ea5ef55a4d2cd6 /wsutil
parent5efc18e3f1851c03723a52fefca723e5ab467262 (diff)
Add a couple of more needed includes
Change-Id: Ie160f81544c6c9b381078b555e91602617cb2700 Reviewed-on: https://code.wireshark.org/review/6101 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/cpu_info.c1
-rw-r--r--wsutil/tempfile.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/cpu_info.c b/wsutil/cpu_info.c
index 2f556ad681..5846a581c6 100644
--- a/wsutil/cpu_info.c
+++ b/wsutil/cpu_info.c
@@ -22,6 +22,7 @@
#include "config.h"
+#include <string.h>
#include <glib.h>
diff --git a/wsutil/tempfile.c b/wsutil/tempfile.c
index bbb60bca4c..1c6e28cc29 100644
--- a/wsutil/tempfile.c
+++ b/wsutil/tempfile.c
@@ -22,7 +22,7 @@
#include "config.h"
-
+#include <string.h>
#include <stdlib.h>
#include <errno.h>