projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf9cf4
)
Add include of string.h
v1.0.20
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 19 Nov 2009 13:54:20 +0000
(14:54 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 19 Nov 2009 13:54:20 +0000
(14:54 +0100)
src/pipe.cpp
patch
|
blob
|
history
diff --git
a/src/pipe.cpp
b/src/pipe.cpp
index
2177e15
..
4d6cbf6
100644
(file)
--- a/
src/pipe.cpp
+++ b/
src/pipe.cpp
@@
-47,6
+47,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <boost/thread/condition.hpp>
#include <stdio.h>
+#include <string.h>
#include <deque>