2017-02-07 23:53:53 +00:00
|
|
|
many ports hit this warning:
|
|
|
|
../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
|
|
|
|
../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
|
|
|
|
|
|
|
|
snipped from suse
|
|
|
|
|
2017-12-02 20:44:39 +00:00
|
|
|
---
|
|
|
|
sysdeps/unix/sysv/linux/check_native.c | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
--- a/sysdeps/unix/sysv/linux/check_native.c
|
|
|
|
+++ b/sysdeps/unix/sysv/linux/check_native.c
|
2017-02-07 23:53:53 +00:00
|
|
|
@@ -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>
|