chiark / gitweb /
Prep v228: Add remaining updates from upstream (3/3)
[elogind.git] / src / basic / prioq.c
index d55b348c22f2ec82d13d2dacff33dcc3f808abb7..75906989114bc4add71ccf8cd602e06b552e4129 100644 (file)
@@ -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;