AAlib driver was using C runtime string functions without including string.h.
Fixes Bugzilla #131. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401323
This commit is contained in:
parent
1f6bc947a3
commit
3ec23b39e1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue