blob: f24aee67e5eeb07d86ed5b0260dfd59789da98c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- cryptkeeper-0.9.5/src/lsof.cpp.old 2012-04-22 10:00:24.655295117 -0500
+++ cryptkeeper-0.9.5/src/lsof.cpp 2012-04-22 10:00:35.838624366 -0500
@@ -21,6 +21,7 @@
#include <vector>
#include <assert.h>
#include <cstring>
+#include <unistd.h>
#include "lsof.h"
fsuser::fsuser(const char *pid, const char *name)
|