summaryrefslogtreecommitdiff
path: root/comms/minicom/patches/patch-ae
blob: 280ec10b56fb4d353fcccab1129f664d7a0f4b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.7 2012/12/12 12:35:21 wiz Exp $

Needs sys/types.h.

--- src/windiv.c.orig	2009-12-12 15:47:47.000000000 +0000
+++ src/windiv.c
@@ -20,6 +20,7 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <dirent.h>
 #include <sys/stat.h>
 #include "port.h"