diff options
author | Peter Simons <simons@cryp.to> | 2010-06-24T17·51+0000 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2010-06-24T17·51+0000 |
commit | a17071fef15115dc0e7052ebe091ffe8457f77d0 (patch) | |
tree | ec310a7a2b6c97a3d7df56cdea90977b268ee1dc /configure.ac | |
parent | 560ab22f7db8238672ed3117ef8bf0de8baf9155 (diff) |
Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared.
An "using namespace std" was added locally in those functions that refer to names from <cstring>. That is not pretty, but it's a very portable solution, because strcpy() and friends will be found in both the 'std' and in the global namespace.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions