1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/comms/zssh/files/patch-aa
Patrick Li 14b9472763 Fix a compile problem on -current.
PR:		34314
Submitted by:	maintainer
2002-01-27 01:00:04 +00:00

19 lines
352 B
Plaintext

--- zssh.h.old Sun Jan 27 06:49:15 2002
+++ zssh.h Sun Jan 27 06:49:25 2002
@@ -33,6 +33,7 @@
#include "config.h"
#ifdef STDC_HEADERS
+#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
@@ -45,7 +46,6 @@
//#include <term.h> /*alpha*/
-#include <sys/types.h>
#include <sys/stat.h>
#endif /* STDC_HEADERS */