aboutsummaryrefslogtreecommitdiff
path: root/include/utime.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit48ea0bec18feafd62cc2f7df74234da2e504e86a (patch)
tree06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/utime.h
parent89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff)
downloadsrc-48ea0bec18feafd62cc2f7df74234da2e504e86a.tar.gz
src-48ea0bec18feafd62cc2f7df74234da2e504e86a.zip
Make a lot of include-files self-contained. I excluded the patches changing
int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
Notes
Notes: svn path=/head/; revision=25520
Diffstat (limited to 'include/utime.h')
-rw-r--r--include/utime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utime.h b/include/utime.h
index 1ea12d0cb16b..a1e77fcba32d 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -36,6 +36,8 @@
#ifndef _UTIME_H_
#define _UTIME_H_
+#include <sys/types.h>
+
struct utimbuf {
time_t actime; /* Access time */
time_t modtime; /* Modification time */