--- tme/generic/bus-device.c 2018/04/24 16:38:32 1.1.1.2 +++ tme/generic/bus-device.c 2018/04/24 16:39:45 1.1.1.3 @@ -1,4 +1,4 @@ -/* $Id: bus-device.c,v 1.1.1.2 2018/04/24 16:38:32 root Exp $ */ +/* $Id: bus-device.c,v 1.1.1.3 2018/04/24 16:39:45 root Exp $ */ /* generic/bus-device.c - implementation of a generic bus device support: */ @@ -34,11 +34,14 @@ */ #include -_TME_RCSID("$Id: bus-device.c,v 1.1.1.2 2018/04/24 16:38:32 root Exp $"); +_TME_RCSID("$Id: bus-device.c,v 1.1.1.3 2018/04/24 16:39:45 root Exp $"); /* includes: */ #include +/* include the automatically-generated bus-device functions: */ +#include "bus-device-auto.c" + /* this scores a connection: */ int tme_bus_device_connection_score(struct tme_connection *conn, unsigned int *_score)