blob: 289dd9e9a3956e3fbed1ebf3d0aa10ed9d71552e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.2 2001/02/13 21:45:07 tron Exp $
--- pixelview_remote.c.orig Sun May 21 17:10:09 2000
+++ pixelview_remote.c Tue Feb 13 22:39:48 2001
@@ -32,6 +32,7 @@
*
*/
+#include <sys/ioctl.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
|