Skip to content

Commit 3cd06dd

Browse files
committed
adding more headers
1 parent 09c17ab commit 3cd06dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

s_mp_fprintf.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55

66
#ifndef MP_NO_FILE
77
#include <stdarg.h>
8+
#include <stdint.h>
89
#include <inttypes.h>
910
#include <string.h>
1011
#include <sys/types.h>
12+
#include <stddef.h>
13+
1114

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

0 commit comments

Comments
 (0)