openbsd-ports/comms/minicom/patches/patch-src_windiv_c
ckuethe 20bc216713 As I seem to be the only minicom user, take maintainership.
Update from 2.00.0 to 2.2.
Minicom 2.2 includes improved logging
2007-05-23 16:40:55 +00:00

12 lines
359 B
Plaintext

$OpenBSD: patch-src_windiv_c,v 1.2 2007/05/23 16:40:56 ckuethe Exp $
--- src/windiv.c.orig Thu May 17 12:50:11 2007
+++ src/windiv.c Thu May 17 12:50:13 2007
@@ -19,6 +19,7 @@
#include "rcsid.h"
RCSID("$Id: patch-src_windiv_c,v 1.2 2007/05/23 16:40:56 ckuethe Exp $")
+#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include "port.h"