diff --git a/util/xfunc.h b/util/xfunc.h index a48640a11..51122b7aa 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