Attempting to build on Trixie with older headers

This commit is contained in:
Jeff Curless
2025-10-06 09:01:20 -04:00
parent 7bf55073be
commit 22c6bf718f
4 changed files with 7 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ static int get_battery_property(struct power_supply *psy,
return get_battery_propertiesInts( psy, psp, val );
}
return 0
return 0;
}
static enum power_supply_property test_power_ac_props[] = {