From: John Coyle Date: Wed, 21 Oct 2015 04:20:45 +0000 (-0400) Subject: test/librbd/fsx: Include fcntl.h for flag defs. X-Git-Tag: v10.0.3~75^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6482f00df79d5f642fc05cbfcd3731821499aede;p=ceph.git test/librbd/fsx: Include fcntl.h for flag defs. Signed-off-by: John Coyle --- diff --git a/src/test/librbd/fsx.cc b/src/test/librbd/fsx.cc index de40625e8cac..275f0034fcec 100644 --- a/src/test/librbd/fsx.cc +++ b/src/test/librbd/fsx.cc @@ -37,6 +37,7 @@ #include #include #include +#include #include "include/intarith.h" #include "include/krbd.h"