engines/null: use correct -include
authorJens Axboe <axboe@kernel.dk>
Sun, 20 Mar 2022 15:31:20 +0000 (09:31 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 20 Mar 2022 15:31:20 +0000 (09:31 -0600)
Fixes: cef0a8357b3f ("engines/null: update external engine compilation")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/null.c

index 409b2b822d2a4ca661817f763d44c426b1b77d42..8dcd1b21cf9f7365ee732f5620fcdf8bf039851b 100644 (file)
@@ -7,7 +7,7 @@
  * It also can act as external C++ engine - compiled with:
  *
  * g++ -O2 -g -shared -rdynamic -fPIC -o cpp_null null.c \
- *     -i ../config-host.h -DFIO_EXTERNAL_ENGINE
+ *     -include ../config-host.h -DFIO_EXTERNAL_ENGINE
  *
  * to test it execute:
  *