added #include <sys/ioctl.h> so it can get device name

This commit is contained in:
kelderek
2017-12-04 17:33:09 -05:00
committed by GitHub
parent 17f23ba03b
commit 0b1cb83013

View File

@@ -19,6 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
#include <sys/ioctl.h>
#include "nwipe.h"
#include "context.h"