include headers to make prototypes visible.

This commit is contained in:
christos 2011-05-15 14:30:08 +00:00
parent 97a122a2f7
commit c6b5a988f9
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ char *build = "stty";
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "gkermit.h"
/* Forward declarations of functions used within this module... */

View File

@ -77,6 +77,9 @@
#include <setjmp.h> /* Longjumps */
#include <sys/stat.h> /* File exist, file size */
#include <errno.h> /* Error symbols */
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include "gkermit.h" /* gkermit definitions */
/* All versions of HP-UX need Xon/Xoff */