blob: 5f5c293d9bef88dd694695780f5ba892959c461b (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|