Not including libgen.h breaks 64bit builds (probably because the compiler assumes...
authorploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sat, 9 Jun 2007 22:02:21 +0000 (22:02 +0000)
committerploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sat, 9 Jun 2007 22:02:21 +0000 (22:02 +0000)
commit1b6e20e4976a0c8f404bbb051fc4437f6b916c8b
treeefcc365cd3fcd89ca17dd120a65d7d480143c099
parent15469fbc5636b275accd249705790d6873431dc6
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
utils/librfid-tool.c
utils/mifare-tool.c