2010-01-19 19:47:36 +01:00
|
|
|
--- zssh.h
|
|
|
|
+++ zssh.h
|
|
|
|
@@ -36,19 +36,18 @@
|
2002-01-27 02:00:04 +01:00
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#ifdef STDC_HEADERS
|
|
|
|
+#include <sys/types.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <errno.h>
|
2010-01-19 19:47:36 +01:00
|
|
|
#include <string.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include <grp.h>
|
|
|
|
-#include <utmp.h>
|
|
|
|
#include <signal.h>
|
|
|
|
#include <ctype.h>
|
2002-01-27 02:00:04 +01:00
|
|
|
|
2010-01-19 19:47:36 +01:00
|
|
|
/*#include <term.h> alpha */
|
2002-01-27 02:00:04 +01:00
|
|
|
|
|
|
|
-#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#endif /* STDC_HEADERS */
|
|
|
|
|