mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
add sys/types.h for FreeBSD 2.1.
This commit is contained in:
parent
2ae4dd0dbd
commit
1666a83cab
1 changed files with 2 additions and 1 deletions
|
|
@ -15,11 +15,12 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: os.c,v 1.43 2001/05/03 19:06:23 bwelling Exp $ */
|
||||
/* $Id: os.c,v 1.44 2001/05/25 07:42:15 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <sys/types.h> /* dev_t FreeBSD 2.1 */
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue