btrfs: Include missing.h in btrfs-ctree.h
authorHenrik Grindal Bakken <hgb@ifi.uio.no>
Thu, 23 Mar 2017 14:30:57 +0000 (15:30 +0100)
committerHenrik Grindal Bakken <hgb@ifi.uio.no>
Mon, 18 Dec 2017 10:19:32 +0000 (11:19 +0100)
src/basic/btrfs-ctree.h

index 66bdf97..c5a4244 100644 (file)
@@ -1,6 +1,7 @@
 #pragma once
 
 #include "macro.h"
+#include "missing.h"
 #include "sparse-endian.h"
 
 /* Stolen from btrfs' ctree.h */