summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/daemon.hh
blob: a9a97ac768b26eb607c367440551e35d35cec3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $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"

#endif /* DAEMON_HH */