Skip to content

Commit 09c17ab

Browse files
committed
Added header sys/types.h for type ssize_t
1 parent 870eca0 commit 09c17ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s_mp_fprintf.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <stdarg.h>
88
#include <inttypes.h>
99
#include <string.h>
10+
#include <sys/types.h>
1011

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

0 commit comments

Comments
 (0)