contrib/fuzz/bdiff.cc
changeset 43813 5a9e2ae9899b
parent 43809 51a99e09c54b
child 43816 d37658efbec2
equal deleted inserted replaced
43812:bf0453866c80 43813:5a9e2ae9899b
     7  * the GNU General Public License, incorporated herein by reference.
     7  * the GNU General Public License, incorporated herein by reference.
     8  */
     8  */
     9 #include <memory>
     9 #include <memory>
    10 #include <stdlib.h>
    10 #include <stdlib.h>
    11 
    11 
    12 #include <fuzzer/FuzzedDataProvider.h>
    12 #include "FuzzedDataProvider.h"
    13 
    13 
    14 extern "C" {
    14 extern "C" {
    15 #include "bdiff.h"
    15 #include "bdiff.h"
    16 
    16 
    17 extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
    17 extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)