diff --git a/examples/gadget-acm-ecm.c b/examples/gadget-acm-ecm.c index 1c5e2ca..29360da 100644 --- a/examples/gadget-acm-ecm.c +++ b/examples/gadget-acm-ecm.c @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/examples/gadget-import.c b/examples/gadget-import.c index e684fdb..63df449 100644 --- a/examples/gadget-import.c +++ b/examples/gadget-import.c @@ -25,6 +25,7 @@ #include #include #include +#include #include int main(int argc, char **argv) diff --git a/examples/gadget-ms.c b/examples/gadget-ms.c index 478c370..a5c6681 100644 --- a/examples/gadget-ms.c +++ b/examples/gadget-ms.c @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/examples/show-gadgets.c b/examples/show-gadgets.c index 707d448..a2a21c8 100644 --- a/examples/show-gadgets.c +++ b/examples/show-gadgets.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/examples/show-udcs.c b/examples/show-udcs.c index 66e950f..2f5cc45 100644 --- a/examples/show-udcs.c +++ b/examples/show-udcs.c @@ -23,6 +23,7 @@ #include #include +#include #include int main(void) diff --git a/include/usbg/usbg_internal_libconfig.h b/include/usbg/usbg_internal_libconfig.h index ac51758..3fa55c0 100644 --- a/include/usbg/usbg_internal_libconfig.h +++ b/include/usbg/usbg_internal_libconfig.h @@ -12,6 +12,7 @@ #ifndef USBG_INTERNAL_LIBCONFIG_H #define USBG_INTERNAL_LIBCONFIG_H +#include #include #ifdef __cplusplus extern "C" {