From 1b6e20e4976a0c8f404bbb051fc4437f6b916c8b Mon Sep 17 00:00:00 2001 From: ploetz Date: Sat, 9 Jun 2007 22:02:21 +0000 Subject: Not including libgen.h breaks 64bit builds (probably because the compiler assumes a default return type for basename which would be int, which is smaller than char*) git-svn-id: https://svn.gnumonks.org/trunk/librfid@2001 e0336214-984f-0b4b-a45f-81c69e1f0ede --- utils/common.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utils/common.c') diff --git a/utils/common.c b/utils/common.c index b286af6..08c7c1f 100644 --- a/utils/common.c +++ b/utils/common.c @@ -3,7 +3,10 @@ #include #include #include -//#include + +#ifndef __MINGW32__ +#include +#endif #include #include -- cgit v1.2.3