Include <string.h> to get definition of strcmp.

This commit is contained in:
Dr. Stephen Henson 2004-06-24 12:12:43 +00:00
parent 6069bdbe27
commit c116de76ad

View file

@ -47,9 +47,12 @@
*
*/
#include <string.h>
#include "apps.h"
#include <openssl/bn.h>
#undef PROG
#define PROG prime_main