projects
/
senf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c7ddbbb
)
added limits.h to compile under ubuntu 8.10
tho [Tue, 28 Oct 2008 13:00:11 +0000 (13:00 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@941
270642c3
-0616-0410-b53a-bc976706d245
Utils/Daemon/Daemon.cc
patch
|
blob
|
history
diff --git
a/Utils/Daemon/Daemon.cc
b/Utils/Daemon/Daemon.cc
index
2326897
..
93bfba5
100644
(file)
--- a/
Utils/Daemon/Daemon.cc
+++ b/
Utils/Daemon/Daemon.cc
@@
-31,6
+31,7
@@
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
+#include <limits.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>