]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
phy: include string.h
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 22 Sep 2010 09:33:28 +0000 (11:33 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 22 Sep 2010 09:33:45 +0000 (11:33 +0200)
phy.c

diff --git a/phy.c b/phy.c
index 1f54ba3aec2545de14c7d3fdd1cb4b1070445525..7c6c7c8146db73640b4869d0161bdc3755e5ac49 100644 (file)
--- a/phy.c
+++ b/phy.c
@@ -1,6 +1,7 @@
 #include <stdbool.h>
 #include <errno.h>
 #include <net/if.h>
+#include <strings.h>
 
 #include <netlink/genl/genl.h>
 #include <netlink/genl/family.h>