Include stdlib.h for exit

exit is called from RDCFATAL and RDCDUMPMSG.
This commit is contained in:
Chia-I Wu
2016-03-10 10:54:37 +08:00
committed by Chia-I Wu
parent aa8a0d353f
commit c752f20310
+1
View File
@@ -26,6 +26,7 @@
#pragma once
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>