Tree wide: Move utilities and libraries to src/utils/.
[collectd.git] / src / notify_nagios.c
index 68f6e2a..79926b5 100644 (file)
@@ -26,8 +26,8 @@
 
 #include "collectd.h"
 
-#include "common.h"
 #include "plugin.h"
+#include "utils/common/common.h"
 
 #define NAGIOS_OK 0
 #define NAGIOS_WARNING 1