aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd/tftp-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftpd/tftp-file.h')
-rw-r--r--libexec/tftpd/tftp-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/tftpd/tftp-file.h b/libexec/tftpd/tftp-file.h
index 0fb7f6c1decc..c424e5cbc75b 100644
--- a/libexec/tftpd/tftp-file.h
+++ b/libexec/tftpd/tftp-file.h
@@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
int write_init(int fd, FILE *f, const char *mode);
size_t write_file(char *buffer, int count);
int write_close(void);