forked from pool/glibc
35b77f97b8
Copy from Base:System/glibc based on submit request 24314 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/24314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
13 lines
368 B
Diff
13 lines
368 B
Diff
Index: sysdeps/unix/sysv/linux/check_native.c
|
|
===================================================================
|
|
--- sysdeps/unix/sysv/linux/check_native.c.orig
|
|
+++ sysdeps/unix/sysv/linux/check_native.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
#include <net/if.h>
|