Fix test failure on Linux.

llvm-svn: 55032
This commit is contained in:
Eli Friedman 2008-08-20 01:05:41 +00:00
parent 98265cae87
commit 5dd15a3c45
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// RUN: clang -fsyntax-only -verify %s
// Define this to get vasprintf on Linux
#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>