Code

Include config.h in source files.
[sysdb.git] / src / backend / collectd / unixsock.c
index c01b0f324b874ab2ac4ac2ec97a91fd5e254175e..1ea0f0d2000816521eaab1ca43131f45af52e564 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include "sysdb.h"
 #include "core/plugin.h"
 #include "core/store.h"
-#include "core/error.h"
+#include "utils/error.h"
 #include "utils/unixsock.h"
 
 #include "liboconfig/utils.h"