Skip to content

Commit 0f54fdf

Browse files
committed
Add missing include for llabs
1 parent 3974587 commit 0f54fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BSON/UTCDateTime.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#include <math.h>
18+
#include <inttypes.h>
1819

1920
#include <php.h>
2021
#include <zend_smart_str.h>

0 commit comments

Comments
 (0)