diff options
Diffstat (limited to 'qemu/block/qed-l2-cache.c')
-rw-r--r-- | qemu/block/qed-l2-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/block/qed-l2-cache.c b/qemu/block/qed-l2-cache.c index e9b2aae44..5cba79465 100644 --- a/qemu/block/qed-l2-cache.c +++ b/qemu/block/qed-l2-cache.c @@ -50,6 +50,7 @@ * table will be deleted in favor of the existing cache entry. */ +#include "qemu/osdep.h" #include "trace.h" #include "qed.h" |