forked from OSchip/llvm-project
Fixup for r293885: Update external.cc testcase to include the forgotten stdlib.h.
llvm-svn: 295002
This commit is contained in:
parent
8f4d399c99
commit
53fc965b48
|
@ -17,6 +17,7 @@
|
|||
#include <dlfcn.h>
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct MyObject;
|
||||
typedef MyObject *MyObjectRef;
|
||||
|
|
Loading…
Reference in New Issue