Include <utime.h> instead of <sys/utime.h> for better POSIX compilance.

This commit is contained in:
Ralf Corsepius
2009-09-15 14:08:30 +00:00
parent a34d679ad1
commit bd6cc48e8a

View File

@@ -50,7 +50,7 @@ __RCSID("$NetBSD: utils.c,v 1.29 2005/10/15 18:22:18 christos Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/utime.h> #include <utime.h>
#include <err.h> #include <err.h>
#include <errno.h> #include <errno.h>