blob: 84b1a99b8e45a8ce1df5d7496da226d8f46ee13a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libteam-1.17/teamd/teamd_phys_port_check.c
+++ libteam-1.17/teamd/teamd_phys_port_check.c.new
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
|