linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

libusbgx: fix: Add missing include in usb_common.c #3

Closed Vogtinator closed 7 years ago

Vogtinator commented 7 years ago

snprintf is used multiple times in usb_common.c, but it did not include stdio.h before.

Vogtinator commented 7 years ago

Also, can you please make a release of the current source tree soon? Version 0.1.0 is unusable without patching the pkgconfig file and the return value of the cleanup function.

kopasiak commented 7 years ago

Thank you for your patch. Could you please add your signoff?

If it's going about release then I plan to do it in this moth after some cleanups and adding debian packaging

Vogtinator commented 7 years ago

Could you please add your signoff?

Done.

If it's going about release then I plan to do it in this moth after some cleanups and adding debian packaging

Thanks!

kopasiak commented 7 years ago

Merged. Thank you:)