diff options
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index ed988c3967..622da67677 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -35,7 +35,7 @@ headers := sys/uio.h bits/uio.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h \ syslog.h sys/syslog.h \ bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h \ bits/select2.h bits/hwcap.h sys/auxv.h \ - sys/sysmacros.h bits/sysmacros.h + sys/sysmacros.h bits/sysmacros.h bits/types/struct_iovec.h routines := brk sbrk sstk ioctl \ readv writev preadv preadv64 pwritev pwritev64 \ |