mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add #include string.h to get prototypes.
This commit is contained in:
parent
b32a086be1
commit
9762206457
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93";
|
|||
#include <ctype.h>
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef SPEAKER
|
||||
#include <machine/speaker.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue