diff options
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/cli-rl.c | 2 | ||||
| -rw-r--r-- | cli/src/cli.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index 4745cf49369..1bb9bf07c51 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -17,7 +17,7 @@  #include "cli-cmd.h"  #include "cli-mem-types.h" -#include "event.h" +#include "gf-event.h"  #include <fnmatch.h> diff --git a/cli/src/cli.c b/cli/src/cli.c index 1ae56e8f534..025f72c9748 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -54,7 +54,7 @@  #include "stack.h"  #include "revision.h"  #include "common-utils.h" -#include "event.h" +#include "gf-event.h"  #include "syscall.h"  #include "call-stub.h"  #include <fnmatch.h>  | 
