package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
270 B
15 lines
270 B
3 years ago
|
diff --git a/turbob64.h b/turbob64.h
|
||
|
index 0149b77..2ddd838 100644
|
||
|
--- a/turbob64.h
|
||
|
+++ b/turbob64.h
|
||
|
@@ -24,6 +24,9 @@
|
||
|
// Turbo-Base64 - C/C++ include header
|
||
|
#ifndef _TURBOB64_H_
|
||
|
#define _TURBOB64_H_
|
||
|
+
|
||
|
+#include <stddef.h>
|
||
|
+
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|