cdc818f159
PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
10 lines
216 B
C
10 lines
216 B
C
--- sub/subreader.c.orig
|
|
+++ sub/subreader.c
|
|
@@ -21,6 +21,7 @@
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*/
|
|
|
|
+#include <ctype.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|