blob: c5c59cd62ade4f3aa00d29161373b999714e7f70 (
plain)
1
2
3
4
5
6
7
8
9
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
|