openbsd-ports/comms/minicom/patches/patch-src_windiv_c
sthen bca631e6d6 update to minicom 2.5
- rolls in a huge bunch of wprintf patches, also fixes conflict with getline()
- note that the setuid support has been removed from the code
2012-03-19 22:17:43 +00:00

12 lines
292 B
Plaintext

$OpenBSD: patch-src_windiv_c,v 1.4 2012/03/19 22:17:43 sthen Exp $
--- src/windiv.c.orig Sat Dec 12 15:47:47 2009
+++ src/windiv.c Fri Mar 16 22:24:59 2012
@@ -20,6 +20,7 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include "port.h"