Skip to content

Commit e439224

Browse files
committed
utl: Fix include for stdlib exit function in decode
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
1 parent 247be1e commit e439224

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utl/src/decode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include "utl/decode.h"
2929

30+
#include <stdlib.h>
3031
#include <tcl.h>
3132

3233
#include <string>

0 commit comments

Comments
 (0)