]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 66bdf9736ef514cc00a1bbd80b196cd1e58cf7ee..c5a4244e374c121f9a919c35eb253b727fa9f751 100644 (file)
@@ -1,6 +1,7 @@
 #pragma once
 
 #include "macro.h"
+#include "missing.h"
 #include "sparse-endian.h"
 
 /* Stolen from btrfs' ctree.h */