12 lines
271 B
Text
12 lines
271 B
Text
$NetBSD: patch-aa,v 1.1 2005/02/16 22:09:01 wiz Exp $
|
|
|
|
--- gkermit.c.orig 1999-12-27 03:11:19.000000000 +0100
|
|
+++ gkermit.c
|
|
@@ -55,6 +55,7 @@ char *build = "stty";
|
|
#endif /* POSIX */
|
|
|
|
#define _GKERMIT_C
|
|
+#include <errno.h>
|
|
#include <stdio.h>
|
|
#include "gkermit.h"
|
|
|