projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
|
inline
| side by side (parent:
743312b
)
Fix for unistd (https://launchpad.net/~michael-fladi)
author
Brian Aker
<brian@tangent.org>
Thu, 5 Apr 2012 02:00:35 +0000
(19:00 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 5 Apr 2012 02:00:35 +0000
(19:00 -0700)
util/pidfile.cc
patch
|
blob
|
history
diff --git
a/util/pidfile.cc
b/util/pidfile.cc
index c44b90817023101fd88e45adca25f2bc99a7d75b..11f7f398d7962d3cb02495f3a743fae3a552e094 100644
(file)
--- a/
util/pidfile.cc
+++ b/
util/pidfile.cc
@@
-48,6
+48,7
@@
#include <sstream>
#include <sys/stat.h>
#include <sys/types.h>
#include <sstream>
#include <sys/stat.h>
#include <sys/types.h>
+#include <unistd.h>
extern "C" {
extern "C" {