diff options
| author | Brett Grandbois <brett.grandbois@opengear.com> | 2018-03-21 09:23:34 +1000 |
|---|---|---|
| committer | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2018-03-23 13:15:23 +1100 |
| commit | df9330238957b912453d7637bc589b92d0fd7744 (patch) | |
| tree | 6eec20a4bcfc398f9a5a19f1eb9d28dfefe2a979 /ui/common | |
| parent | fbe876dd19e4c289ba940b2e7f0ae0b23b790025 (diff) | |
| download | talos-petitboot-df9330238957b912453d7637bc589b92d0fd7744.tar.gz talos-petitboot-df9330238957b912453d7637bc589b92d0fd7744.zip | |
ui/common/discover-client: explicit #include <string.h>
for musl libc
Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui/common')
| -rw-r--r-- | ui/common/discover-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/common/discover-client.c b/ui/common/discover-client.c index 8ad4611..784154e 100644 --- a/ui/common/discover-client.c +++ b/ui/common/discover-client.c @@ -5,6 +5,7 @@ #include <stdlib.h> #include <stdio.h> #include <stdint.h> +#include <string.h> #include <sys/socket.h> #include <sys/un.h> |

