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

(-)a/frm/frm.h (+1 lines)
Lines 27-46 Link Here
27
#include <sys/types.h>
27
#include <sys/types.h>
28
#ifdef HAVE_TERMIOS_H
28
#ifdef HAVE_TERMIOS_H
29
# include <termios.h>
29
# include <termios.h>
30
#endif
30
#endif
31
#include <sys/ioctl.h>
31
#include <sys/ioctl.h>
32
#include <sys/stat.h>
32
#include <sys/stat.h>
33
33
34
#ifdef HAVE_ICONV_H
34
#ifdef HAVE_ICONV_H
35
# include <iconv.h>
35
# include <iconv.h>
36
#endif
36
#endif
37
#include <limits.h>
37
#ifndef MB_LEN_MAX
38
#ifndef MB_LEN_MAX
38
# define MB_LEN_MAX 4
39
# define MB_LEN_MAX 4
39
#endif
40
#endif
40
41
41
#include <mbswidth.h>
42
#include <mbswidth.h>
42
43
43
#ifdef HAVE_FRIBIDI_FRIBIDI_H
44
#ifdef HAVE_FRIBIDI_FRIBIDI_H
44
# include <fribidi/fribidi.h>
45
# include <fribidi/fribidi.h>
45
#endif
46
#endif
46
47

Return to bug 669946