Fixup for r293885: Update external.cc testcase to include the forgotten stdlib.h.

llvm-svn: 295002
This commit is contained in:
Kuba Mracek 2017-02-13 23:28:06 +00:00
parent 8f4d399c99
commit 53fc965b48
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <dlfcn.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
struct MyObject;
typedef MyObject *MyObjectRef;