Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151390
Collapse All | Expand All

(-)mkisofs-iconv-18.patch.orig (-3 / +3 lines)
Lines 91-100 Link Here
91
+ */
91
+ */
92
+
92
+
93
+#ifdef USE_ICONV
93
+#ifdef USE_ICONV
94
+#include <mconfig.h>
94
+#include <schily/mconfig.h>
95
+#include <stdio.h>
95
+#include <stdio.h>
96
+#include <stdxlib.h>   
96
+#include <schily/stdlib.h>
97
+#include <strdefs.h>
97
+#include <schily/string.h>
98
+#include "nls.h"
98
+#include "nls.h"
99
+#include <iconv.h>                                                                                                                                     
99
+#include <iconv.h>                                                                                                                                     
100
+                                                                                                                                                       
100
+                                                                                                                                                       

Return to bug 151390