blob: 9b8c37b574bb9d8979ca741fac0aedea29d75db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Add missing include
https://bugs.gentoo.org/919058
--- a/taptap.c
+++ b/taptap.c
@@ -35,6 +35,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifndef __NetBSD__
#include <linux/if.h>
#include <linux/if_tun.h>
|