Menu

#45 Possible fix in ecc/testecc.c

1.0
open
nobody
None
2016-01-20
2016-01-20
rfuentess
No

Hello, just reporting something (Sorry I don't know how to use sourceforge for commits).

The file ecc/testecc.c has in the line #42: #include <assert.h>

Should not be like this? :

#ifdef HAVE_ASSERT_H
 #include <assert.h>
 #endif

Discussion