diff --git a/util/xfunc.h b/util/xfunc.h index a48640a11ba8e94c1d44add902d0775d7a8bde52..51122b7aabee018bd11e96873af437c3f6eff4d5 100644 --- a/util/xfunc.h +++ b/util/xfunc.h @@ -28,7 +28,7 @@ namespace rocksdb { #define XFUNC_TEST(condition, location, lfname, fname, ...) #else -class Options; +struct Options; void GetXFTestOptions(Options* options, int skip_policy); // This class provides the facility to run custom code to test a specific