diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/network.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index aecedc54b..f9e3951c3 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -31,6 +31,7 @@ #include <stdio.h> #include <netdb.h> #include <resolv.h> +#include <sys/utsname.h> #include "stage1.h" #include "frontend.h" |