summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/daemon.hh
blob: 12ba57e52a1d6e7dad340f1515d54f80157e0468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $Id$ */

#ifndef DAEMON_HH
#define DAEMON_HH

#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <errno.h>

#include "../../libwellenreiter/source/sock.hh"
#include "../../libwellenreiter/source/log.hh"
#include "../../libwellenreiter/source/proto.hh"


#endif /* DAEMON_HH */