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

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- src/nano.c
0
++ src/nano.c
Lines 32-38 Link Here
32
#include <errno.h>
32
#include <errno.h>
33
#include <ctype.h>
33
#include <ctype.h>
34
#include <locale.h>
34
#include <locale.h>
35
#ifdef ENABLE_UTF8
35
#include <langinfo.h>
36
#include <langinfo.h>
37
#endif
36
#include <termios.h>
38
#include <termios.h>
37
#ifdef HAVE_GETOPT_H
39
#ifdef HAVE_GETOPT_H
38
#include <getopt.h>
40
#include <getopt.h>

Return to bug 230191