mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Don't include stdint.h anywhere
This should have fixed by commit 28682322
, but there was one #include
left in utf.c. It now includes utf.h instead of stdint.h.
This commit is contained in:
parent
286823227c
commit
a2a9107600
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "utf.h"
|
||||
|
||||
int utf8_encode(int32_t codepoint, char *buffer, int *size)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue