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

#endif /* DAEMON_HH */