We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cecd6 commit 4542beeCopy full SHA for 4542bee
passwdqc_filter.h
@@ -34,7 +34,7 @@ extern int passwdqc_filter_close(passwdqc_filter_t *flt);
34
/* Lower-level inlines for shared use by pwqfilter.c and passwdqc_filter.c */
35
36
#include <string.h> /* for strcspn() */
37
-#ifndef _MSC_VER
+#if !defined(_MSC_VER) && !defined(__APPLE__)
38
#include <endian.h>
39
#endif
40
0 commit comments