mirror of
https://github.com/yawut/SDL.git
synced 2026-06-22 12:29:50 -05:00
AAlib driver was using C runtime string functions without including string.h.
Fixes Bugzilla #131.
This commit is contained in:
parent
30dcbc6323
commit
6d3a2c8a62
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user