diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2013-05-21 21:20:10 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2013-05-21 21:20:10 +0000 |
| commit | 6ed0f50f78d984e43073613e7b1d787239d1e23e (patch) | |
| tree | d428e4aacc64240d1c710711b4bb8a97093ec296 /include/arpa | |
| parent | bed927ee176fa2abf867d9e634a937dbb94170f3 (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/tftp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h index 5c2a4c7eeadc..20733ec69e1a 100644 --- a/include/arpa/tftp.h +++ b/include/arpa/tftp.h @@ -33,6 +33,8 @@ #ifndef _ARPA_TFTP_H_ #define _ARPA_TFTP_H_ +#include <sys/cdefs.h> + /* * Trivial File Transfer Protocol (IEN-133) */ |
