freebsd-ports/comms/minicom/files/patch-src-minicom.h
Dirk Meyer a591c7e5b6 - remove SUID bit, users must be added to group dialer
PR:		149462

- update MASTER_SITES
- make portlint happier
2020-02-04 11:10:20 +00:00

10 lines
189 B
C

--- src/minicom.h.orig 2013-12-08 10:26:03 UTC
+++ src/minicom.h
@@ -35,6 +35,7 @@
#include <time.h>
#include <stdbool.h>
+#include <limits.h>
#if HAVE_LOCKDEV
#include <ttylock.h>