2021-04-14 13:12:54 -07:00
|
|
|
--- libdnf/hy-iutil.cpp.orig 2021-04-12 15:10:19 UTC
|
2020-09-26 03:01:14 +00:00
|
|
|
+++ libdnf/hy-iutil.cpp
|
2021-04-14 13:12:54 -07:00
|
|
|
@@ -22,7 +22,7 @@
|
2020-09-26 03:01:14 +00:00
|
|
|
#include <errno.h>
|
|
|
|
|
#include <dirent.h>
|
|
|
|
|
#include <fcntl.h>
|
2021-04-14 13:12:54 -07:00
|
|
|
-#ifdef __APPLE__
|
|
|
|
|
+#if defined(__APPLE__) || defined(__FreeBSD__)
|
|
|
|
|
#include <limits.h>
|
|
|
|
|
#else
|
2020-09-26 03:01:14 +00:00
|
|
|
#include <linux/limits.h>
|