projects
/
rrdd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884e71d
)
src/rrdd.h: Include more neccessary files.
author
Florian Forster
<octo@verplant.org>
Sat, 21 Jun 2008 13:44:27 +0000
(15:44 +0200)
committer
Florian Forster
<octo@verplant.org>
Sat, 21 Jun 2008 13:44:27 +0000
(15:44 +0200)
src/rrdd.h
patch
|
blob
|
history
diff --git
a/src/rrdd.h
b/src/rrdd.h
index
cd46f2c
..
33e6f2f
100644
(file)
--- a/
src/rrdd.h
+++ b/
src/rrdd.h
@@
-62,11
+62,14
@@
#include <signal.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <poll.h>
#include <syslog.h>
#include <pthread.h>
#include <errno.h>
+#include <assert.h>
#include <rrd.h>
+#include <avl.h>
#include "config.h"