OpenBSD: requires <sys/stat.h> for stat(2)

This commit is contained in:
Charlène Wendling 2020-12-22 03:58:39 +01:00
parent 1ff9a82e80
commit 15b4d666ce
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "version.h"
#include "fwbuilder/Constants.h"
#if defined (__linux__) || defined (__FreeBSD_kernel__) || defined (__MINGW64__) || defined (__MINGW32__) || defined (__APPLE__)
#if defined (__linux__) || defined (__FreeBSD_kernel__) || defined (__OpenBSD__) || defined (__MINGW64__) || defined (__MINGW32__) || defined (__APPLE__)
# include <sys/stat.h>
#endif