]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/target-get-monitor-def.c
sockets: Fix socket_address_to_string() hostname truncation
[mirror_qemu.git] / stubs / target-get-monitor-def.c
index 711a9ae46b9d27eac7e44ce2e0f11cd4cff59a8b..394e0f9a7d2a8082e9775c3b653b8726ce1ed291 100644 (file)
@@ -19,9 +19,7 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdint.h"
-
-typedef struct CPUState CPUState;
+#include "qemu/osdep.h"
 
 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval);