We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ecc5f commit 20c0875Copy full SHA for 20c0875
1 file changed
src/crypto_impl.c
@@ -35,10 +35,10 @@
35
#include "crypto.h"
36
#ifndef OMIT_MEMLOCK
37
#if defined(__unix__) || defined(__APPLE__) || defined(_AIX)
38
-#include <errno.h>
39
-#include <unistd.h>
40
-#include <sys/resource.h>
41
-#include <sys/mman.h>
+#include <errno.h> /* amalgamator: dontcache */
+#include <unistd.h> /* amalgamator: dontcache */
+#include <sys/resource.h> /* amalgamator: dontcache */
+#include <sys/mman.h> /* amalgamator: dontcache */
42
#elif defined(_WIN32)
43
#include <windows.h>
44
#endif
0 commit comments