Fixed prerequisite headers for sys/buf.h (needed on FreeBSD)

This commit is contained in:
Sergey Poznyakoff
2004-05-10 13:47:52 +00:00
parent b5aff8401f
commit be8899e6aa
2 changed files with 9 additions and 1 deletions

View File

@@ -393,6 +393,9 @@ extern int errno;
# if HAVE_SYS_DEVICE_H
# include <sys/device.h>
# endif
# if HAVE_SYS_PARAM_H
# include <sys/param.h>
# endif
# if HAVE_SYS_BUF_H
# include <sys/buf.h>
# endif