diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-04 22:57:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-04 22:57:50 +0000 |
commit | f41c998d4a6ac40747b5fb1a15582a03b1047cc4 (patch) | |
tree | 667068e217f1599e86d3232c77a7d9075cd46382 /hurd | |
parent | bb10cf19e16d2c6da02f8f2ef6692ddf97a3a75b (diff) | |
download | glibc-f41c998d4a6ac40747b5fb1a15582a03b1047cc4.tar.gz glibc-f41c998d4a6ac40747b5fb1a15582a03b1047cc4.tar.xz glibc-f41c998d4a6ac40747b5fb1a15582a03b1047cc4.zip |
2001-06-26 Roland McGrath <roland@frob.com>
* hurd/hurdioctl.c: Include <string.h> for memcpy decl.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c index c4cb6798c2..25c409aedb 100644 --- a/hurd/hurdioctl.c +++ b/hurd/hurdioctl.c @@ -21,7 +21,7 @@ #include <hurd/fd.h> #include <sys/ioctl.h> #include <hurd/ioctl.h> - +#include <string.h> /* Symbol set of ioctl handler lists. If there are user-registered |