projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ba059
)
Added missing include of "collectd.h"
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Sun, 20 May 2018 16:24:25 +0000
(23:24 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sun, 20 May 2018 16:26:11 +0000
(23:26 +0700)
This adressed to solve compilation issue on Solaris platform:
./src/config.h:1526:0: error: "_FILE_OFFSET_BITS" redefined [-Werror]
src/utils_config_cores_test.c
patch
|
blob
|
history
diff --git
a/src/utils_config_cores_test.c
b/src/utils_config_cores_test.c
index
4809bd3
..
2c6f5b6
100644
(file)
--- a/
src/utils_config_cores_test.c
+++ b/
src/utils_config_cores_test.c
@@
-25,6
+25,8
@@
* Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
**/
+#include "collectd.h"
+
#include "testing.h"
#include "utils_config_cores.c" /* sic */