summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:16:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:16:32 +0000
commitef98565b43203308a9d9a86c6674fd3369dea487 (patch)
tree983c4967da24d81f17769501d0028a9f6878aef8 /bcmdhd/dhdutil
parentd5f5914c1f1520fd931b24031f0f88128d41600b (diff)
parent55e49ac17a83d7500097249be596593d18a0c8d9 (diff)
downloadhardware_broadcom_wlan-ef98565b43203308a9d9a86c6674fd3369dea487.zip
hardware_broadcom_wlan-ef98565b43203308a9d9a86c6674fd3369dea487.tar.gz
hardware_broadcom_wlan-ef98565b43203308a9d9a86c6674fd3369dea487.tar.bz2
am 55e49ac1: Merge "Add missing <strings.h> include."
* commit '55e49ac17a83d7500097249be596593d18a0c8d9': Add missing <strings.h> include.
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 2c628c2..97c108a 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>