freebsd-ports/comms/minicom/files/patch-src-minicom.h
Johan van Selst 14c57f74b6 - Update minicom to 2.6
- Add additional patches for Linux-specific issues
2011-12-29 08:17:09 +00:00

10 lines
237 B
C

--- src/minicom.h.orig 2011-09-30 09:57:22.000000000 +0200
+++ src/minicom.h 2011-12-28 16:12:54.000000000 +0100
@@ -35,6 +35,7 @@
#include <time.h>
#include <stdbool.h>
+#include <limits.h>
#if HAVE_LOCKDEV
#include <ttylock.h>