X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fentropy.c;h=94a291ece1a7edde7783ec3a353da38976a43bc3;hp=c7b5b3f3bbc3f2d3af0fe1d31ce1da7dd498416a;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=0eff2a882a9265fd59d4f7a265c6b6810acb0032 diff --git a/src/entropy.c b/src/entropy.c index c7b5b3f3..94a291ec 100644 --- a/src/entropy.c +++ b/src/entropy.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if !KERNEL_LINUX #error "No applicable input method."