mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add #include string.h to get prototypes.
This commit is contained in:
parent
070a701183
commit
93d5040e38
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94";
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
u_short holes[256] = {
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93";
|
|||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "pathnames.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue