# HG changeset patch # User Ryan C. Gordon # Date 1138858542 0 # Node ID 2a2f31cc4c8b452f1a5a374dd6106611b53b2618 # Parent 66f6c64c2c69c789a786fec05ba8dabe0b216463 AAlib driver was using C runtime string functions without including string.h. Fixes Bugzilla #131. diff -r 66f6c64c2c69 -r 2a2f31cc4c8b src/video/aalib/SDL_aavideo.c --- a/src/video/aalib/SDL_aavideo.c Wed Feb 01 19:59:02 2006 +0000 +++ b/src/video/aalib/SDL_aavideo.c Thu Feb 02 05:35:42 2006 +0000 @@ -25,6 +25,7 @@ #include #include +#include #include #include