summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 22:23:48 -0800
committerElliott Hughes <enh@google.com>2015-01-29 22:23:48 -0800
commitf73584dcb4cd1fc17a006e502db7cb10a30f23b6 (patch)
treeacade8833a5fbba2ebb691b67d475ae02bd15619 /bcmdhd/dhdutil
parent04917ee0c59471fef28ea684cf70ab33d4deb790 (diff)
downloadhardware_broadcom_wlan-f73584dcb4cd1fc17a006e502db7cb10a30f23b6.zip
hardware_broadcom_wlan-f73584dcb4cd1fc17a006e502db7cb10a30f23b6.tar.gz
hardware_broadcom_wlan-f73584dcb4cd1fc17a006e502db7cb10a30f23b6.tar.bz2
Add missing <strings.h> include.
Change-Id: I117f1cd582eb30141b1b3cbe850de9a9262c530d
Diffstat (limited to 'bcmdhd/dhdutil')
-rw-r--r--bcmdhd/dhdutil/dhdu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bcmdhd/dhdutil/dhdu.c b/bcmdhd/dhdutil/dhdu.c
index 6b2007c..6d603f7 100644
--- a/bcmdhd/dhdutil/dhdu.c
+++ b/bcmdhd/dhdutil/dhdu.c
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <ctype.h>
#include <assert.h>