Skip to content

Commit 12d9c96

Browse files
committed
adding more headers
1 parent 09c17ab commit 12d9c96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

s_mp_fprintf.c

+4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55

66
#ifndef MP_NO_FILE
77
#include <stdarg.h>
8+
#include <stdint.h>
9+
#include <stdbool.h>
810
#include <inttypes.h>
911
#include <string.h>
1012
#include <sys/types.h>
13+
#include <stddef.h>
14+
1115

1216
/* Step to the next character, throw error if there is none */
1317
#define LTM_NEXT_ERROR(x) do{(x)++;if(*(x) == '\0'){goto LTM_ERR;}}while(0)

0 commit comments

Comments
 (0)