diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:24:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:24:44 +0000 |
commit | 2ca05b001ea8d1eff3031fc28a6175d9113e324b (patch) | |
tree | 845084d20682e2f8eeb6bb06d895faeac9c7ccde | |
parent | 0c07c277721253b0f09f8a81ed6791103b8566c9 (diff) |
Formerly time.h.~2~
-rw-r--r-- | pfinet/linux/time.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pfinet/linux/time.h b/pfinet/linux/time.h index 18a03a58..65bc8c6c 100644 --- a/pfinet/linux/time.h +++ b/pfinet/linux/time.h @@ -1 +1,7 @@ +#ifndef _HACK_TIME_H_ + #include <sys/time.h> + +void do_gettimeofday (struct timeval *); + +#endif |