Testvidinfo.c

In the process of building SDL under VC7 (with strict warnings enabled
in my project) I found that the file testvidinfo.c does not properly
include string.h for line 289:
if ( argv[1] && (strcmp(argv[1], “-benchmark”) == 0) ) {

strcmp is in the string.h header, so it would be best to go ahead and
include this I would assume.

In the process of building SDL under VC7 (with strict warnings enabled
in my project) I found that the file testvidinfo.c does not properly
include string.h for line 289:
if ( argv[1] && (strcmp(argv[1], “-benchmark”) == 0) ) {

strcmp is in the string.h header, so it would be best to go ahead and
include this I would assume.

Yep, fixed in CVS, thanks.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment