Include string.h for memcpy function prototype.
This commit is contained in:
parent
94e5dcefe4
commit
da8a9b61c7
@ -46,6 +46,7 @@ static char sccsid[] = "@(#)euc.c 8.1 (Berkeley) 6/4/93";
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
rune_t _EUC_sgetrune __P((const char *, size_t, char const **));
|
||||
int _EUC_sputrune __P((rune_t, char *, size_t, char **));
|
||||
|
Loading…
x
Reference in New Issue
Block a user