Skip to content

Commit

Permalink
Merge pull request #17931 from redpanda-data/fix-unit-file-include
Browse files Browse the repository at this point in the history
kafka: Fix utils.h include path
  • Loading branch information
michael-redpanda committed Apr 17, 2024
2 parents 9a112f5 + 6943dec commit 50b992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/protocol/logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "kafka/server/logger.h"

#include "base/units.h"
#include "units.h"

namespace kafka {
static constexpr size_t max_log_line_bytes = 128_KiB;
Expand Down

0 comments on commit 50b992b

Please sign in to comment.