From 1587a18c3ea1e502fe25fc005870412817b28c71 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 27 Feb 1998 05:12:48 +0000 Subject: [PATCH] - doesn't exist in -current, so use the include file . I don't know if this will compile, but at least it's using an include file that exists. Forgotten by: hosokawa --- usr.sbin/pccard/pccardc/rdattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pccard/pccardc/rdattr.c b/usr.sbin/pccard/pccardc/rdattr.c index 9347d97dc786..b5097813cfdc 100644 --- a/usr.sbin/pccard/pccardc/rdattr.c +++ b/usr.sbin/pccard/pccardc/rdattr.c @@ -36,7 +36,7 @@ #include #include -#include +#include int rdattr_main(argc, argv)