summaryrefslogtreecommitdiff
path: root/ws80211_utils.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-06 08:29:01 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-06 08:29:01 +0000
commit3376be17a75d5989957d434663a2fc449d20f9c2 (patch)
treec6680775e4f2460da5971faa0d0ee45685b2e6dd /ws80211_utils.c
parent8e4a60214a8d18a080d53dc19215a2f0afe1e92a (diff)
downloadwireshark-3376be17a75d5989957d434663a2fc449d20f9c2.tar.gz
For C string functions, the header to include is <string.h>, not
<strings.h>. svn path=/trunk/; revision=50403
Diffstat (limited to 'ws80211_utils.c')
-rw-r--r--ws80211_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws80211_utils.c b/ws80211_utils.c
index 57b7a8f1aa..6e6095d559 100644
--- a/ws80211_utils.c
+++ b/ws80211_utils.c
@@ -34,7 +34,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "ws80211_utils.h"
#if defined(HAVE_LIBNL) && defined(HAVE_NL80211)
-#include <strings.h>
+#include <string.h>
#include <errno.h>
#include <unistd.h>