Include config.h before checking for HAVE_JOLIET or it will never build the function.
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
*/
|
*/
|
||||||
/* UTF-8 support */
|
/* UTF-8 support */
|
||||||
|
|
||||||
#ifdef HAVE_JOLIET
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_JOLIET
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user