Fix a compilation error in jar_mod.h.

This commit is contained in:
David Reid
2018-02-24 08:55:03 +10:00
parent d1a7c9b848
commit 16a0927c75
+1
View File
@@ -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