diff options
Diffstat (limited to 'hw/dataplane/ioq.c')
-rw-r--r-- | hw/dataplane/ioq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dataplane/ioq.c b/hw/dataplane/ioq.c index 0c9f5c4d60..f709f87ed6 100644 --- a/hw/dataplane/ioq.c +++ b/hw/dataplane/ioq.c @@ -12,7 +12,7 @@ * */ -#include "hw/dataplane/ioq.h" +#include "ioq.h" void ioq_init(IOQueue *ioq, int fd, unsigned int max_reqs) { |