Signed-off-by: Sid Spry R030t1@gmail.com
Signed-off-by: Gwenhael Goavec-Merou gwenhael.goavec-merou@trabucayre.com
[Copy sign-offs from pull requst to commit msg]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
(cherry picked from commit
45c14ef4d5d7ced0fbf984208de44ced6d5ed898)
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
Change-Id: Id72d8103e104226259888a157ee7bfadf9348aa5
#include <errno.h>
#include <stdio.h>
+#include <sys/sysmacros.h>
#include <linux/usb/ch9.h>
#include <usbg/usbg.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
+#include <sys/sysmacros.h>
#include <usbg/usbg.h>
int main(int argc, char **argv)
#include <errno.h>
#include <stdio.h>
+#include <sys/sysmacros.h>
#include <linux/usb/ch9.h>
#include <usbg/usbg.h>
#include <usbg/function/ms.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <sys/sysmacros.h>
#include <netinet/ether.h>
#include <usbg/usbg.h>
#include <usbg/function/ms.h>
#include <errno.h>
#include <stdio.h>
+#include <sys/sysmacros.h>
#include <usbg/usbg.h>
int main(void)
#ifndef USBG_INTERNAL_LIBCONFIG_H
#define USBG_INTERNAL_LIBCONFIG_H
+#include <sys/sysmacros.h>
#include <libconfig.h>
#ifdef __cplusplus
extern "C" {