From: deraadt Date: Tue, 6 Oct 2015 06:03:11 +0000 (+0000) Subject: do not need ioctl.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=15a98d3db67c127e951ced34089648225b821b5d;p=openbsd do not need ioctl.h --- diff --git a/usr.sbin/tftpd/tftpd.c b/usr.sbin/tftpd/tftpd.c index e983392148e..b3552e3c933 100644 --- a/usr.sbin/tftpd/tftpd.c +++ b/usr.sbin/tftpd/tftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpd.c,v 1.29 2015/08/20 11:28:15 dlg Exp $ */ +/* $OpenBSD: tftpd.c,v 1.30 2015/10/06 06:03:11 deraadt Exp $ */ /* * Copyright (c) 2012 David Gwynne @@ -57,7 +57,7 @@ * Information Technology. */ -#include +#include #include #include #include