diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctions.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerExtFunctions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctions.h b/llvm/lib/Fuzzer/FuzzerExtFunctions.h index 2ec86cb9231..2672a385478 100644 --- a/llvm/lib/Fuzzer/FuzzerExtFunctions.h +++ b/llvm/lib/Fuzzer/FuzzerExtFunctions.h @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // Defines an interface to (possibly optional) functions. //===----------------------------------------------------------------------===// + #ifndef LLVM_FUZZER_EXT_FUNCTIONS_H #define LLVM_FUZZER_EXT_FUNCTIONS_H @@ -30,4 +31,5 @@ struct ExternalFunctions { #undef EXT_FUNC }; } // namespace fuzzer + #endif |