Skip to content
Snippets Groups Projects
Commit 2e08d871 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix module.h for LLVM from Apple

parent c49a7562
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#include <string.h> /* strerror(3) */
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h> /* ssize_t for Apple */
#include <sys/types.h> /* ssize_t */
/** Extern modifier for all public functions */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment