X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fprioq.c;h=75906989114bc4add71ccf8cd602e06b552e4129;hb=de49e5fdca40c6e5652bd4996a4ba735fef58cb0;hp=d55b348c22f2ec82d13d2dacff33dcc3f808abb7;hpb=3cd22db822df747636dcf30ebb8ec5d16bb71880;p=elogind.git diff --git a/src/basic/prioq.c b/src/basic/prioq.c index d55b348c2..759069891 100644 --- a/src/basic/prioq.c +++ b/src/basic/prioq.c @@ -29,8 +29,9 @@ * The underlying algorithm used in this implementation is a Heap. */ -#include "util.h" +#include "alloc-util.h" #include "prioq.h" +#include "util.h" struct prioq_item { void *data;