gengetopt 2.22: missing include in src/fileutils.cpp

Arnaud GELAS <[email protected]> Wed, 16 Jun 2010 15:19:18 -0400
Newsgroups gmane.comp.gnu.gengetopt.general
Message-ID <[email protected]>
Hi,

There is a missing include in gengetopt 2.22 in src/fileutils.cpp:

#include<cstring>

Then it works fine on Fedora Core 13 (with gcc 4.4.4).

Arnaud