]> Git Repo - qemu.git/blobdiff - net/tap-linux.h
linux-user: Use is_error() to avoid warnings and make the code clearer
[qemu.git] / net / tap-linux.h
index 01dc6f8a2db9a7252beb134735d0eaef62ead9dc..2f36d100fc5d57deffc4d8d60867e545e34efd2c 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef QEMU_TAP_LINUX_H
 #define QEMU_TAP_LINUX_H
 
-#include <stdint.h>
 #ifdef __linux__
 
 #include <linux/ioctl.h>
@@ -51,4 +50,4 @@
 #define TUN_F_TSO_ECN  0x08    /* I can handle TSO with ECN bits. */
 #define TUN_F_UFO      0x10    /* I can handle UFO packets */
 
-#endif /* QEMU_TAP_H */
+#endif /* QEMU_TAP_LINUX_H */
This page took 0.023145 seconds and 4 git commands to generate.