aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/io/io_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/io/io_driver.h')
-rw-r--r--include/drivers/io/io_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/io/io_driver.h b/include/drivers/io/io_driver.h
index 587f137c55..2b704f491e 100644
--- a/include/drivers/io/io_driver.h
+++ b/include/drivers/io/io_driver.h
@@ -7,9 +7,9 @@
#ifndef IO_DRIVER_H
#define IO_DRIVER_H
-#include <io_storage.h>
#include <stdint.h>
+#include <drivers/io/io_storage.h>
/* Generic IO entity structure,representing an accessible IO construct on the
* device, such as a file */