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

(-)a/src/unicode.c (+4 lines)
Lines 25-31 Link Here
25
 *  defines the routines used to manipulate Unicode strings and characters
25
 *  defines the routines used to manipulate Unicode strings and characters
26
 */
26
 */
27
27
28
#ifdef HAVE_CONFIG_H
29
#undef HAVE_CONFIG_H
28
#include <fribidi/fribidi.h>
30
#include <fribidi/fribidi.h>
31
#define HAVE_CONFIG_H
32
#endif
29
33
30
#include "internal.h"
34
#include "internal.h"
31
35

Return to bug 699974