diff options
Diffstat (limited to 'package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch')
-rw-r--r-- | package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch b/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch index c92e2280e9..5c28a59b81 100644 --- a/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch +++ b/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch @@ -1,8 +1,8 @@ --- a/util/subst.c +++ b/util/subst.c -@@ -9,6 +9,7 @@ - #include "config.h" +@@ -10,6 +10,7 @@ #else + #define HAVE_SYS_STAT_H #define HAVE_SYS_TIME_H +#define HAVE_SYS_STAT_H #endif |