Skip to content

Commit

Permalink
fixup! lj_auditlog.c, lj_ctype.c: Log named ctypes to the audit log
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Apr 12, 2018
1 parent d0191fe commit 1c81d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lj_auditlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <time.h>

#include "lj_trace.h"
#include "lj_ctype.h"
#include "lj_auditlog.h"

/* Maximum data to buffer in memory before file is opened. */
Expand Down
1 change: 1 addition & 0 deletions src/lj_auditlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "lj_jit.h"
#include "lj_trace.h"
#include "lj_ctype.h"

int lj_auditlog_open(const char *path, size_t maxsize);

Expand Down

0 comments on commit 1c81d51

Please sign in to comment.