commit | a1572e0ab0f5fab9a1f0185ded593bec811aa175 | [log] [tgz] |
---|---|---|
author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Sun Mar 02 03:41:10 2008 +0300 |
committer | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Sun Mar 02 03:41:10 2008 +0300 |
tree | e407d6d0f2b8e93950216268ec0198fff865c6a0 | |
parent | 4006d229e50204c93c1aa04c58385ce2e66d597e [diff] [blame] |
Modify gPXE core and drivers to work with the new timer subsystem Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
diff --git a/src/drivers/nvs/spi.c b/src/drivers/nvs/spi.c index be6b590..dbdc32f 100644 --- a/src/drivers/nvs/spi.c +++ b/src/drivers/nvs/spi.c
@@ -18,7 +18,7 @@ #include <stddef.h> #include <errno.h> -#include <timer.h> +#include <unistd.h> #include <gpxe/spi.h> /** @file