diff options
author | Carsten Haitzler <raster@rasterman.com> | 2013-01-05 02:20:13 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2013-01-05 02:20:13 +0000 |
commit | 7f1fb9b10dc09ea5fa389a0ff1c2816aec05e9ca (patch) | |
tree | 5083bda89915d1b54efd992dae12123f31719e5f /src/lib/evas/common/language/evas_bidi_utils.h | |
parent | 2f80183ede9c1f3e2bc83342e902f4c075410fbd (diff) |
thanks joel.
SVN revision: 82254
Diffstat (limited to 'src/lib/evas/common/language/evas_bidi_utils.h')
-rw-r--r-- | src/lib/evas/common/language/evas_bidi_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/common/language/evas_bidi_utils.h b/src/lib/evas/common/language/evas_bidi_utils.h index f1a374b7e6..ff2f41a641 100644 --- a/src/lib/evas/common/language/evas_bidi_utils.h +++ b/src/lib/evas/common/language/evas_bidi_utils.h | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <Eina.h> | 28 | #include <Eina.h> |
29 | 29 | ||
30 | #ifdef USE_FRIBIDI | 30 | #ifdef USE_FRIBIDI |
31 | # include <fribidi/fribidi.h> | 31 | # include <fribidi.h> |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | /* abstract fribidi - we statically define sizes here because otherwise we would | 34 | /* abstract fribidi - we statically define sizes here because otherwise we would |