10 lines
286 B
Diff
10 lines
286 B
Diff
--- a/uml_net/host.c 2024-09-19 18:19:18.936522210 -0700
|
|
+++ b/uml_net/host.c 2024-09-19 18:19:09.076332138 -0700
|
|
@@ -8,6 +8,7 @@
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/stat.h>
|
|
#include "output.h"
|