mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 00:20:14 +00:00
Add stdlib.h for rand() prototype
llvm-svn: 85396
This commit is contained in:
parent
fbaac77c70
commit
1467592c6d
@ -13,6 +13,7 @@
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Returns: absolute value
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Returns: absolute value
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Returns: absolute value
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user