summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/daemon.hh
authormax <max>2003-02-07 17:17:35 (UTC)
committer max <max>2003-02-07 17:17:35 (UTC)
commit014608882b23343473c5d0e7dca3ea09cf02dcfb (patch) (unidiff)
tree90eac99cbb0faca581cc9b5cc37a9fd460548050 /noncore/net/wellenreiter/daemon/source/daemon.hh
parenta14c5974339f5beef433754d52c952cb99834619 (diff)
downloadopie-014608882b23343473c5d0e7dca3ea09cf02dcfb.zip
opie-014608882b23343473c5d0e7dca3ea09cf02dcfb.tar.gz
opie-014608882b23343473c5d0e7dca3ea09cf02dcfb.tar.bz2
Chanswitch
Diffstat (limited to 'noncore/net/wellenreiter/daemon/source/daemon.hh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/daemon/source/daemon.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/daemon/source/daemon.hh b/noncore/net/wellenreiter/daemon/source/daemon.hh
index 1cc3c7c..d50487a 100644
--- a/noncore/net/wellenreiter/daemon/source/daemon.hh
+++ b/noncore/net/wellenreiter/daemon/source/daemon.hh
@@ -9,12 +9,13 @@
9#include <sys/time.h> 9#include <sys/time.h>
10#include <sys/socket.h> 10#include <sys/socket.h>
11#include <netinet/in.h> 11#include <netinet/in.h>
12#include <arpa/inet.h> 12#include <arpa/inet.h>
13#include <unistd.h> 13#include <unistd.h>
14#include <errno.h> 14#include <errno.h>
15#include <signal.h>
15 16
16#include <libwellenreiter/source/wl_sock.hh> 17#include <libwellenreiter/source/wl_sock.hh>
17#include <libwellenreiter/source/wl_log.hh> 18#include <libwellenreiter/source/wl_log.hh>
18#include <libwellenreiter/source/wl_types.hh> 19#include <libwellenreiter/source/wl_types.hh>
19#include <libwellenreiter/source/wl_proto.hh> 20#include <libwellenreiter/source/wl_proto.hh>
20#include <libwellenreiter/source/cardmode.hh> 21#include <libwellenreiter/source/cardmode.hh>