We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 131

Summary: the aalib video driver uses string funcs but doesnt include string.h
Product: SDL Reporter: Mike Frysinger <vapier>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Linux   
Attachments: libsdl-aalib-needs-strings.patch

Description Mike Frysinger 2006-02-01 20:11:41 UTC
simple patch, just #include <string.h> in SDL_aavideo.c
Comment 1 Mike Frysinger 2006-02-01 20:19:43 UTC
Created attachment 63 [details]
libsdl-aalib-needs-strings.patch
Comment 2 Ryan C. Gordon 2006-02-02 00:35:59 UTC
Fixed in CVS, thanks!

--ryan.