Add standard include early or _FILE_OFFSET_BITS will have definition mismatches on...
[collectd.git] / src / daemon / globals.c
index a76a44c..5409294 100644 (file)
@@ -21,8 +21,8 @@
  * DEALINGS IN THE SOFTWARE.
  **/
 
-#include "globals.h"
 #include "utils/common/common.h"
+#include "globals.h"
 
 #if HAVE_KSTAT_H
 #include <kstat.h>