Include config.h before checking for HAVE_JOLIET or it will never build the function.

This commit is contained in:
flameeyes
2007-11-16 21:31:53 +00:00
parent a9d358af67
commit 00b3c309ef

View File

@@ -18,11 +18,11 @@
*/
/* UTF-8 support */
#ifdef HAVE_JOLIET
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_JOLIET
#ifdef HAVE_STRING_H
# include <string.h>
#endif