For C string functions, the header to include is <string.h>, not
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 08:29:01 +0000 (08:29 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 08:29:01 +0000 (08:29 +0000)
<strings.h>.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50403 f5534014-38df-0310-8fa8-9805f1628bb7

iface_monitor.c
ws80211_utils.c

index 281411a75fda741e91be45b61ee5408f0c94f714..a86d1ecc3d9626d7c5f8810a73c206b2593864c4 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <errno.h>
 
 #include <netlink/msg.h>
index 57b7a8f1aa821a89f73a922c23ec57ea1cc20081..6e6095d55914b921357aa6d1d6352dae47098c5c 100644 (file)
@@ -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>