mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include wchar.h to improve our chances of finding
WCHAR_MAX. This might fix a portability problem on HP_UX. Thanks to: Susan Kim
This commit is contained in:
parent
4ab219dbb9
commit
3276f95241
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "archive.h"
|
||||
#include "archive_entry.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue