diff options
Diffstat (limited to 'vu_common.h')
| -rw-r--r-- | vu_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vu_common.h b/vu_common.h index 052aff7..76eee87 100644 --- a/vu_common.h +++ b/vu_common.h @@ -7,8 +7,14 @@ #ifndef VU_COMMON_H #define VU_COMMON_H + +#include <stddef.h> + #include <linux/virtio_net.h> +#include "ip.h" +#include "virtio.h" + static inline void *vu_eth(void *base) { return ((char *)base + VNET_HLEN); |
