diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
| commit | 48ea0bec18feafd62cc2f7df74234da2e504e86a (patch) | |
| tree | 06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/protocols/timed.h | |
| parent | 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff) | |
Notes
Diffstat (limited to 'include/protocols/timed.h')
| -rw-r--r-- | include/protocols/timed.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/protocols/timed.h b/include/protocols/timed.h index 6c6a05e86bbb..c4df1b97b7aa 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -36,6 +36,10 @@ #ifndef _PROTOCOLS_TIMED_H_ #define _PROTOCOLS_TIMED_H_ +#include <sys/types.h> +#include <sys/time.h> +#include <sys/param.h> + /* * Time Synchronization Protocol */ |
