diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/modemd/patches/patch-common_dialog.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-common_dialog.c b/comms/modemd/patches/patch-common_dialog.c new file mode 100644 index 00000000000..5f5c293d9be --- /dev/null +++ b/comms/modemd/patches/patch-common_dialog.c @@ -0,0 +1,12 @@ +$NetBSD: patch-common_dialog.c,v 1.1 2013/09/10 18:24:10 joerg Exp $ + +--- common/dialog.c.orig 2013-09-10 11:53:40.000000000 +0000 ++++ common/dialog.c +@@ -47,6 +47,7 @@ static char copyright[] = + #include <stdio.h> + #include <fcntl.h> + #include <syslog.h> ++#include <sys/ioctl.h> + #include "mcap.h" + #include "ttio.h" + |