From 87333b579758c87d87ad9929931b654437186d71 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 14 Dec 2020 11:18:28 +0000 Subject: trivial: Include string.h for memcpy() --- gusb/gusb-endpoint.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gusb/gusb-endpoint.c b/gusb/gusb-endpoint.c index 765c299..d28c2b7 100644 --- a/gusb/gusb-endpoint.c +++ b/gusb/gusb-endpoint.c @@ -17,6 +17,8 @@ #include "config.h" +#include + #include "gusb-endpoint.h" #include "gusb-endpoint-private.h" -- cgit v1.2.1