mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add missing <string.h> to give strcpy() a prototype
This commit is contained in:
parent
de9ac44a24
commit
f9393c5e72
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ctags.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue