- <pccard/card.h> doesn't exist in -current, so use the include file

<pccard/cardinfo.h>.  I don't know if this will compile, but at least
  it's using an include file that exists.

Forgotten by:	hosokawa
This commit is contained in:
nate 1998-02-27 05:12:48 +00:00
parent 7759b26c4b
commit 1587a18c3e

View File

@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <pccard/card.h>
#include <pccard/cardinfo.h>
int
rdattr_main(argc, argv)