File: missing-include.patch

package info (click to toggle)
mrtdreader 0.1.6-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: ansic: 1,301; sh: 15; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/src/mrtdreader.c
+++ b/src/mrtdreader.c
@@ -19,6 +19,7 @@
  */
 
 
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>