engines/null: use correct -include
[fio.git] / 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:
  *