Fix build with external gmp library.
[ghc-hetmet.git] / includes / Regs.h
index 0bfde5b..6524c8f 100644 (file)
@@ -24,6 +24,8 @@
 
 #if defined(HAVE_FRAMEWORK_GMP)
 #include <GMP/gmp.h>
+#elif defined(HAVE_LIB_GMP)
+#include <gmp.h>
 #else
 #include "gmp.h" // Needs MP_INT definition 
 #endif