summarylogtreecommitdiffstats
path: root/0001-Add-missing-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Add-missing-headers.patch')
-rw-r--r--0001-Add-missing-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-Add-missing-headers.patch b/0001-Add-missing-headers.patch
new file mode 100644
index 000000000000..c5c59cd62ade
--- /dev/null
+++ b/0001-Add-missing-headers.patch
@@ -0,0 +1,10 @@
+--- a/libraries/liblutil/lockf.c
++++ b/libraries/liblutil/lockf.c
+@@ -29,6 +29,7 @@
+ #include "portable.h"
+
+ #include <stdio.h>
++#include <string.h>
+ #include <ac/unistd.h>
+
+ #undef LOCK_API