Skip to content

Commit

Permalink
i#1924 drfuzz client build failure: remove "include drmf.h" from drfu…
Browse files Browse the repository at this point in the history
…zz.h

Moves #include "../framework/drmf.h" from drfuzz.h to drfuzz.c to fix
the build failure:
"drfuzz.h:40:31: fatal error: ../framework/drmf.h: No such file or directory"

Review-URL: https://codereview.appspot.com/313000043
  • Loading branch information
zhaoqin committed Nov 2, 2016
1 parent 95f57c2 commit fdbf2d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions drfuzz/drfuzz.c
Expand Up @@ -40,6 +40,7 @@
#include "drfuzz.h"
#include "drfuzz_internal.h"
#include "drfuzz_mutator.h" /* default mutator */
#include "../framework/drmf.h"

#ifdef UNIX
# include <signal.h>
Expand Down
1 change: 0 additions & 1 deletion drfuzz/drfuzz.h
Expand Up @@ -37,7 +37,6 @@

/* Framework-shared headers */
#include "drmemory_framework.h"
#include "../framework/drmf.h"
#include "drwrap.h"
#include "drfuzz_mutator.h" /* for drfuzz_mutator_t */

Expand Down

0 comments on commit fdbf2d9

Please sign in to comment.