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 - the aalib video driver uses string funcs but doesnt include string.h
Summary: the aalib video driver uses string funcs but doesnt include string.h
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 20:11 UTC by Mike Frysinger
Modified: 2006-02-02 00:35 UTC (History)
0 users

See Also:


Attachments
libsdl-aalib-needs-strings.patch (196 bytes, patch)
2006-02-01 20:19 UTC, Mike Frysinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.