Skip to content

Commit 09777ef

Browse files
committed
tests: include stdint.h
1 parent 900b1e2 commit 09777ef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_message.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <stdarg.h>
44
#include <string.h>
55
#include <cmocka.h>
6+
#include <stdint.h>
67

78
#include <irc/message.h>
89

tests/test_tag.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <stdbool.h>
66
#include <stdlib.h>
77
#include <cmocka.h>
8+
#include <stdint.h>
89

910
#include <irc/tag.h>
1011

0 commit comments

Comments
 (0)