11 lines
261 B
C
11 lines
261 B
C
--- mx/Number/mxNumber/mxNumber.h.orig Wed Dec 8 07:14:00 2004
|
|
+++ mx/Number/mxNumber/mxNumber.h Wed Dec 8 07:14:28 2004
|
|
@@ -29,7 +29,7 @@
|
|
#endif
|
|
|
|
/* Include the GNU MP header file */
|
|
-#include "gmp.h"
|
|
+#include <gmp.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|