aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--countrows.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/countrows.c b/countrows.c
index 98b0f86..675b061 100644
--- a/countrows.c
+++ b/countrows.c
@@ -14,9 +14,10 @@ static char rcsid[]="$Id: rat2float.c 2343 2006-04-04 12:34:35Z bremner $";
#include <string.h>
#include <float.h>
#include <errno.h>
-#include "lrsmp.h"
-
+#include <ctype.h>
+#include "lrsmp.h"
+#include "process_args.h"
typedef lrs_mp integer_t;
#define MP_DIGITS 1000L