diff mbox

[16/29] ptrmap: add missing #include "compat.h"

Message ID 20170816153455.97693-17-luc.vanoostenryck@gmail.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

Luc Van Oostenryck Aug. 16, 2017, 3:34 p.m. UTC
"allocate.h" need to include "compat.h" for the definition of
	CHUNK

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 allocate.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/allocate.h b/allocate.h
index 64bb6dd64..6a57ed26c 100644
--- a/allocate.h
+++ b/allocate.h
@@ -1,6 +1,8 @@ 
 #ifndef ALLOCATE_H
 #define ALLOCATE_H
 
+#include "compat.h"
+
 struct allocation_blob {
 	struct allocation_blob *next;
 	unsigned int left, offset;