examples/ip_frag: fix use of ethdev internal device array
[dpdk.git] / examples / vhost_scsi / meson.build
index 2e9339a..77e5201 100644 (file)
@@ -10,12 +10,11 @@ if not is_linux
        build = false
 endif
 
-if not cc.has_header('virtio_scsi.h')
+if not cc.has_header('linux/virtio_scsi.h')
        build = false
 endif
 
 deps += 'vhost'
-cflags += ['-D_FILE_OFFSET_BITS=64']
 sources = files(
        'scsi.c', 'vhost_scsi.c'
 )