Support all other BSD ! <3

This commit is contained in:
Solene Rapenne 2021-03-14 21:29:51 +01:00
parent 807d1b8409
commit 365e99400a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "utils.h" #include "utils.h"
#ifdef __OpenBSD__ #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>