diff options
Diffstat (limited to 'converters/enca/files/patch-lib+multibyte.c')
-rw-r--r-- | converters/enca/files/patch-lib+multibyte.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/enca/files/patch-lib+multibyte.c b/converters/enca/files/patch-lib+multibyte.c new file mode 100644 index 000000000000..a7c4f1dd6869 --- /dev/null +++ b/converters/enca/files/patch-lib+multibyte.c @@ -0,0 +1,10 @@ +--- lib/multibyte.c Mon Jun 23 01:39:18 2003 ++++ lib/multibyte.c Wed Jun 25 18:17:00 2003 +@@ -23,6 +23,7 @@ + + #include <math.h> + #include <ctype.h> ++#include <sys/types.h> + + #include "enca.h" + #include "internal.h" |