projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3da24ea
f05e972
)
Merge branch 'collectd-4.2' into collectd-4.3
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 30 Apr 2008 08:26:28 +0000
(10:26 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 30 Apr 2008 08:26:28 +0000
(10:26 +0200)
1
2
src/collectd.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/collectd.c
index
984ff75
,
ab9c89d
..
4e521f9
---
1
/
src/collectd.c
---
2
/
src/collectd.c
+++ b/
src/collectd.c
@@@
-23,13
-23,14
+23,17
@@@
#include "collectd.h"
#include "common.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netdb.h>
+
#include "plugin.h"
#include "configfile.h"
-#include "types_list.h"
+ #if HAVE_STATGRAB_H
+ # include <statgrab.h>
+ #endif
+
/*
* Global variables
*/