diff options
Diffstat (limited to 'lib/libusb/usage.c')
-rw-r--r-- | lib/libusb/usage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusb/usage.c b/lib/libusb/usage.c index 7e71bff..e6931b9 100644 --- a/lib/libusb/usage.c +++ b/lib/libusb/usage.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <ctype.h> #include <err.h> #include <stdio.h> |