Description: Add missing header file
 The package is orphaned upstream, hence not forwarded.
Bug-Debian: https://bugs.debian.org/1066300
Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-04-11
Forwarded: no

--- a/NDist/NDist.c
+++ b/NDist/NDist.c
@@ -10,6 +10,7 @@ Output has been verified to be unaffecte
 #include <string.h>
 #include <float.h>
 #include <assert.h>
+#include <ctype.h>
 #include <math.h>
 #include <mpi.h>
 
--- a/SeqDist/SeqDist.c
+++ b/SeqDist/SeqDist.c
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <float.h>
 #include <assert.h>
+#include <ctype.h>
 #include <math.h>
 #include <mpi.h>
 
--- a/SeqNoise/SeqNoise.c
+++ b/SeqNoise/SeqNoise.c
@@ -1,3 +1,4 @@
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/Perseus/Perseus.c
+++ b/Perseus/Perseus.c
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include <float.h>
 #include <assert.h>
 #include <math.h>
--- a/PerseusD/PerseusD.c
+++ b/PerseusD/PerseusD.c
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include <float.h>
 #include <assert.h>
 #include <math.h>
