header.patch 270 B

1234567891011121314
  1. diff --git a/turbob64.h b/turbob64.h
  2. index 0149b77..2ddd838 100644
  3. --- a/turbob64.h
  4. +++ b/turbob64.h
  5. @@ -24,6 +24,9 @@
  6. // Turbo-Base64 - C/C++ include header
  7. #ifndef _TURBOB64_H_
  8. #define _TURBOB64_H_
  9. +
  10. +#include <stddef.h>
  11. +
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif