Commit 857113097fbc89b55e6302356d8ac758d43dd01b

Authored by perry.werneck@gmail.com
1 parent 64a0a78c

Corrigindo compilacao em windows nativo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/lib3270/mkfb.c
... ... @@ -18,7 +18,7 @@
18 18 * programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
19 19 * St, Fifth Floor, Boston, MA 02110-1301 USA
20 20 *
21   - * Este programa está nomeado como mkfb.c e possui 577 linhas de código.
  21 + * Este programa está nomeado como mkfb.c e possui - linhas de código.
22 22 *
23 23 * Contatos:
24 24 *
... ... @@ -26,7 +26,6 @@
26 26 * erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
27 27 * licinio@bb.com.br (Licínio Luis Branco)
28 28 * kraucer@bb.com.br (Kraucer Fernandes Mazuco)
29   - * macmiranda@bb.com.br (Marco Aurélio Caldas Miranda)
30 29 *
31 30 */
32 31  
... ... @@ -51,6 +50,7 @@
51 50 #include <string.h>
52 51 #include <ctype.h>
53 52 #include <stdlib.h>
  53 +#include <errno.h>
54 54  
55 55 #define BUFSZ 1024 /* input line buffer size */
56 56 #define ARRSZ 8192 /* output array size */
... ...