fix NetBSD macro check
This commit is contained in:
parent
ed6dc1ed12
commit
01f2503376
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined( _NetBSD__) || defined(__DragonFly__)
|
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined( __NetBSD__) || defined(__DragonFly__)
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#else
|
#else
|
||||||
#include <bsd/string.h>
|
#include <bsd/string.h>
|
||||||
|
|
Loading…
Reference in a new issue