s390: New file s390_defs.h to contain definitions that are
neither guest nor host specific, but just s390 specific. These
definitions formerly resided in host_s390_defs.h


git-svn-id: svn://svn.valgrind.org/vex/trunk@2615 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/guest_s390_toIR.c b/priv/guest_s390_toIR.c
index b948330..ec47531 100644
--- a/priv/guest_s390_toIR.c
+++ b/priv/guest_s390_toIR.c
@@ -41,7 +41,8 @@
 #include "guest_generic_bb_to_IR.h"  /* DisResult */
 #include "guest_s390_defs.h"         /* prototypes for this file's functions */
 #include "s390_disasm.h"
-#include "host_s390_defs.h"          /* S390_BFP_ROUND_xyzzy */
+#include "s390_defs.h"               /* S390_BFP_ROUND_xyzzy */
+#include "host_s390_defs.h"          /* s390_host_has_xyzzy */
 
 
 /*------------------------------------------------------------*/