These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / util / module.c
index 4bd4a94..ce058ae 100644 (file)
@@ -13,7 +13,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
-#include <stdlib.h>
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #ifdef CONFIG_MODULES
 #include <gmodule.h>