projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062a664
)
src/utils_complain.c: Include "collectd.h" as first header file.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:55:19 +0000
(15:55 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:55:19 +0000
(15:55 +0100)
This is needed to get the _FILE_OFFSET_BITS define right.
src/utils_complain.c
patch
|
blob
|
history
diff --git
a/src/utils_complain.c
b/src/utils_complain.c
index
118245c
..
d5c0996
100644
(file)
--- a/
src/utils_complain.c
+++ b/
src/utils_complain.c
@@
-21,6
+21,7
@@
* Sebastian tokkee Harl <sh at tokkee.org>
**/
+#include "collectd.h"
#include "utils_complain.h"
#include "plugin.h"