diff options
author | Wayne Davison <wayned@samba.org> | 2011-07-22 11:17:57 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2011-07-22 11:17:57 -0700 |
commit | 0a77adee0b280ab60bcf2bb8d8674708a906d9e2 (patch) | |
tree | cd534da1e4a7bf7f3e0e5f6521972705c0feed54 /configure.ac | |
parent | 0a04a80d9f3caeffce4d7daddf5730034602073d (diff) | |
download | rsync-0a77adee0b280ab60bcf2bb8d8674708a906d9e2.tar.gz rsync-0a77adee0b280ab60bcf2bb8d8674708a906d9e2.tar.bz2 rsync-0a77adee0b280ab60bcf2bb8d8674708a906d9e2.zip |
Fix Minix build errors. Fixes bug 8313.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dfe31015..b822d099 100644 --- a/configure.ac +++ b/configure.ac @@ -339,7 +339,7 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \ sys/un.h sys/attr.h mcheck.h arpa/inet.h arpa/nameser.h locale.h \ netdb.h malloc.h float.h limits.h iconv.h libcharset.h langinfo.h \ sys/acl.h acl/libacl.h attr/xattr.h sys/xattr.h sys/extattr.h \ - popt.h popt/popt.h linux/falloc.h) + popt.h popt/popt.h linux/falloc.h netinet/in_systm.h netinet/ip.h) AC_HEADER_MAJOR AC_CACHE_CHECK([if makedev takes 3 args],rsync_cv_MAKEDEV_TAKES_3_ARGS,[ |