|
|
@ -23,6 +23,12 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
#if defined(HAVE_STDINT_H)
|
|
|
|
|
|
|
|
#if !defined(__STDC_LIMIT_MACROS)
|
|
|
|
|
|
|
|
#define __STDC_LIMIT_MACROS
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "ksquirrel-libs/fmt_types.h"
|
|
|
|
#include "ksquirrel-libs/fmt_types.h"
|
|
|
|
#include "ksquirrel-libs/fileio.h"
|
|
|
|
#include "ksquirrel-libs/fileio.h"
|
|
|
|