- <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:
parent
7759b26c4b
commit
1587a18c3e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user