Commit da8f5fd9 by Andreas Jaeger

* socket.c: Add string.h for memcpy.

From-SVN: r104444
parent 2282a0e6
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#include "raise.h" #include "raise.h"
/* Required for __gnat_malloc() */ /* Required for __gnat_malloc() */
#include <string.h>
extern void __gnat_disable_sigpipe (int fd); extern void __gnat_disable_sigpipe (int fd);
extern void __gnat_free_socket_set (fd_set *); extern void __gnat_free_socket_set (fd_set *);
extern void __gnat_last_socket_in_set (fd_set *, int *); extern void __gnat_last_socket_in_set (fd_set *, int *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment