Skip to content

Commit

Permalink
Include serverassert.h in zmalloc.c
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Khoptynets <[email protected]>
  • Loading branch information
poiuj committed Jun 13, 2024
1 parent 19f8f36 commit 195a4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "fmacros.h"
#include "config.h"
#include "solarisfixes.h"
#include "serverassert.h"

#include <stdio.h>
#include <stdlib.h>
Expand Down Expand Up @@ -629,8 +630,6 @@ size_t zmalloc_get_rss(void) {

#if defined(USE_JEMALLOC)

#include "serverassert.h"

#define STRINGIFY_(x) #x
#define STRINGIFY(x) STRINGIFY_(x)

Expand Down

0 comments on commit 195a4a9

Please sign in to comment.