From 6ee5e915926d9c42b40ad5a46fe09eee6d746b30 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 3 Oct 2013 18:06:54 +0200 Subject: [PATCH] hexedit.c: fix implicit decl of basename --- hexedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexedit.c b/hexedit.c index f339edb..c39bb10 100644 --- a/hexedit.c +++ b/hexedit.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*/ #include "hexedit.h" - +#include /*******************************************************************************/ /* Global variables */ -- 2.11.4.GIT