]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
Rename hz to hertz to keep AIX happy
[qemu.git] / exec-all.h
index 6609c9a257df9854652e6855e5d7532b1a280270..e3da98a7fc98cbc12dceb6bc63926410a768e9b8 100644 (file)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifndef _EXEC_ALL_H_
+#define _EXEC_ALL_H_
 /* allow to see translation results - the slowdown should be negligible, so we leave it */
 #define DEBUG_DISAS
 
@@ -385,3 +387,4 @@ static inline int kqemu_is_ok(CPUState *env)
 }
 
 #endif
+#endif