Commit da8f5fd9 by Andreas Jaeger

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

From-SVN: r104444
parent 2282a0e6
2005-09-16 Andreas Jaeger <aj@suse.de>
* socket.c: Add string.h for memcpy.
2005-09-05 Arnaud Charlet <charlet@adacore.com> 2005-09-05 Arnaud Charlet <charlet@adacore.com>
* dec-io.ads, dec-io.adb: Removed, no longer used. * dec-io.ads, dec-io.adb: Removed, no longer used.
......
...@@ -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