]> git.proxmox.com Git - mirror_qemu.git/blobdiff - chardev/char-null.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / chardev / char-null.c
index 90bafe76f43660f70b12fef4e972f23d19c03707..1c6a2900f9b5d506fdcab6ed2871046178f95dce 100644 (file)
  * 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"
 
 static void null_chr_open(Chardev *chr,
                           ChardevBackend *backend,