blob: d93eea59883d9f790cd05e3c8bc98027d19d1384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-faxrec.c,v 1.1 2013/03/28 21:17:57 joerg Exp $
--- faxrec.c.orig 2013-03-28 20:03:52.000000000 +0000
+++ faxrec.c
@@ -22,6 +22,10 @@
#include <sys/times.h>
#include <sys/stat.h>
+#ifdef __NetBSD__
+#include <utmpx.h>
+#endif
+
#ifndef sunos4
#include <sys/ioctl.h>
#endif
|