summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 348fa70)
raw | patch | inline | side by side (parent: 348fa70)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 May 2007 11:09:08 +0000 (13:09 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 May 2007 11:09:08 +0000 (13:09 +0200) |
Either directly or indirectly via `collectd.h'.
src/collectd-nagios.c | patch | blob | history | |
src/utils_avltree.c | patch | blob | history | |
src/utils_llist.c | patch | blob | history |
diff --git a/src/collectd-nagios.c b/src/collectd-nagios.c
index b7c3ffaf267bd019baccd92fb622909af9a3d3a9..534559ce3f364ccc30f905a162d1fe02feb93748 100644 (file)
--- a/src/collectd-nagios.c
+++ b/src/collectd-nagios.c
+#include "config.h"
+
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
diff --git a/src/utils_avltree.c b/src/utils_avltree.c
index 786bc38f9d026d3ead7ab973db07ebe45982e239..09cf2e6fee238f246780d5b191d22bb54f6c6f14 100644 (file)
--- a/src/utils_avltree.c
+++ b/src/utils_avltree.c
* Authors:
* Florian octo Forster <octo at verplant.org>
**/
+
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/utils_llist.c b/src/utils_llist.c
index a81503578bc28b8e56da29d17dc72937788a6aa2..d8694e3f6770fb5cba12d48af9a4c15d64a04e35 100644 (file)
--- a/src/utils_llist.c
+++ b/src/utils_llist.c
* Florian Forster <octo at verplant.org>
*/
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>