]> Dogcows Code - chaz/tar/blobdiff - src/utf8.c
Started merging with cpio into paxutils.
[chaz/tar] / src / utf8.c
index 8a8fb42f0b785d143b19b1c65511f7486167e193..cf26889df5782fe81839a574b0329becf8d09cd6 100644 (file)
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 #include <quotearg.h>
 #include "common.h"
 #ifdef HAVE_ICONV_H
 # include <iconv.h>
 #endif
 
+#ifndef ICONV_CONST
+# define ICONV_CONST
+#endif
+
 #ifdef HAVE_LIBICONV
 
 struct langtab
This page took 0.023411 seconds and 4 git commands to generate.