DEBSOURCES
Skip Quicknav
sources / mrtdreader / 0.1.6-3.3 / debian / patches / missing-include.patch
12345678910
--- a/src/mrtdreader.c +++ b/src/mrtdreader.c @@ -19,6 +19,7 @@ */ +#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h>