mirror of
https://github.com/yawut/SDL.git
synced 2026-09-27 02:36:39 -05:00
AAlib driver was using C runtime string functions without including string.h.
Fixes Bugzilla #131.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user