summarylogtreecommitdiffstats
path: root/0001-Add-missing-headers.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-23 14:08:37 -0300
committerGonzalo Exequiel Pedone2024-03-23 14:08:37 -0300
commit8df768385e66fb5cfc8a5b267cc5e27f3d0efa32 (patch)
tree8f445a83f28e0d41e7c8134b4a6d2c4913db74a2 /0001-Add-missing-headers.patch
parentb7b3ef5e6115ef0f777597f4a7a4ae7a743de2d6 (diff)
downloadaur-android-x86-64-openldap.tar.gz
Added missing headers.
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