Commit 16a0927c authored by David Reid's avatar David Reid

Fix a compilation error in jar_mod.h.

parent d1a7c9b8
......@@ -84,6 +84,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h> // comment this line out if you have bool defined somewhere else
#include <string.h> // For memset()
#ifdef __cplusplus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment