Include necessary declarations

This commit is contained in:
imp 2005-01-20 20:06:44 +00:00
parent 287b204e53
commit ada7b52382

View File

@ -89,6 +89,9 @@ static int
ex_pccard_match(device_t dev)
{
const struct pccard_product *pp;
int error;
uint32_t fcn = PCCARD_FUNCTION_UNSPEC;
/* Make sure we're a network function */
error = pccard_get_function(dev, &fcn);
if (error != 0)