[interception] Avoid duplicate declaration of isdigit in test

Differential Revision: https://reviews.llvm.org/D24504

llvm-svn: 281486
This commit is contained in:
Jonas Hahnfeld 2016-09-14 15:02:32 +00:00
parent b25e87fca5
commit 6ba29e2130
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
// Tests for interception_linux.h.
//
//===----------------------------------------------------------------------===//
// Do not declare isdigit in ctype.h.
#define __NO_CTYPE
#include "interception/interception.h"
#include "gtest/gtest.h"