mirror of git://git.sv.gnu.org/nano.git
add missing stdio.h #include to text.c too
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3077 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
00cc565ddd
commit
ee11c6a62f
|
@ -19,7 +19,7 @@ CVS code -
|
|||
strlenpt(), check_linenumbers(), dump_buffer(), and
|
||||
dump_buffer_reverse() from winio.c to utils.c, as they're
|
||||
really utility functions. (DLR)
|
||||
- Add missing stdio.h #include to winio.c. (DLR)
|
||||
- Add missing stdio.h #include to text.c and winio.c. (DLR)
|
||||
- Move functions specific to the statusbar prompt to their own
|
||||
source file, adjust related variables accordingly, and rename
|
||||
variable resetstatuspos reset_statusbar_x. New file prompt.c;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue