aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-missing_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/130-missing_include.patch')
-rw-r--r--package/network/utils/iproute2/patches/130-missing_include.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/patches/130-missing_include.patch b/package/network/utils/iproute2/patches/130-missing_include.patch
index 6dc63e4128..88dfd8585f 100644
--- a/package/network/utils/iproute2/patches/130-missing_include.patch
+++ b/package/network/utils/iproute2/patches/130-missing_include.patch
@@ -5,6 +5,6 @@
#include <dirent.h>
#include <limits.h>
+#include <sys/param.h>
-
+
#include "utils.h"
#include "namespace.h"