Skip to content

Commit

Permalink
Restore changes made by #465 but missed in merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChen888 committed May 10, 2024
1 parent 9903be9 commit 428f06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/heavyloadlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/


#include "server.h"
#include "heavyloadlog.h"

/* Create a new slowlog entry.
Expand Down
2 changes: 2 additions & 0 deletions src/heavyloadlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#ifndef __HEAVY_LOAD_LOG_H__
#define __HEAVY_LOAD_LOG_H__

#include "server.h"

#define HEAVYLOAD_LOG_ENTRY_MAX_ARGC 32
#define HEAVYLOAD_LOG_ENTRY_MAX_STRING 128

Expand Down

0 comments on commit 428f06b

Please sign in to comment.