mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
9 lines
260 B
C
9 lines
260 B
C
--- src/util/util.h.orig 2020-03-17 13:31:28 UTC
|
|
+++ src/util/util.h
|
|
@@ -749,4 +749,6 @@ errno_t create_preauth_indicator(void);
|
|
#define N_ELEMENTS(arr) (sizeof(arr) / sizeof(arr[0]))
|
|
#endif
|
|
|
|
+#include "util/sss_bsd_errno.h"
|
|
+
|
|
#endif /* __SSSD_UTIL_H__ */
|