From f5501ccc45dfc332c4afc4d7e40ba1c5c0453533 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 21 Dec 2020 12:23:53 -0600 Subject: [PATCH] bits/sigthread.h is a glibc only and is not needed --- src/nwipe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nwipe.c b/src/nwipe.c index 2c9c851..7fbc076 100644 --- a/src/nwipe.c +++ b/src/nwipe.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "nwipe.h" #include "context.h"