diff options
Diffstat (limited to 'net/can/can_host.c')
-rw-r--r-- | net/can/can_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/can/can_host.c b/net/can/can_host.c index c79347abab..1dfaf0ced0 100644 --- a/net/can/can_host.c +++ b/net/can/can_host.c @@ -24,8 +24,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + #include "qemu/osdep.h" #include "chardev/char.h" +#include "qemu/module.h" #include "qemu/sockets.h" #include "qapi/error.h" #include "qom/object_interfaces.h" |