Skip to content

Commit

Permalink
AAlib driver was using C runtime string functions without including s…
Browse files Browse the repository at this point in the history
…tring.h.

  Fixes Bugzilla #131.
  • Loading branch information
icculus committed Feb 2, 2006
1 parent 74f2dc3 commit 4d04da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/aalib/SDL_aavideo.c
Expand Up @@ -25,6 +25,7 @@

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>

Expand Down

0 comments on commit 4d04da2

Please sign in to comment.