Skip to content

Commit

Permalink
cam/iosched: Fix build
Browse files Browse the repository at this point in the history
I was testing this in several trees, and this chunk was in the tree I
tested. I didn't detect the mismerge before the commit...

Fixes: 6f1dd60
Sponsored by: Netflix
  • Loading branch information
bsdimp authored and bsdjhb committed Nov 12, 2024
2 parents 3f95ee9 + 403cc01 commit 35df69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/cam/cam_iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

#include <ddb/ddb.h>

#include <geom/geom_disk.h>

static MALLOC_DEFINE(M_CAMSCHED, "CAM I/O Scheduler",
"CAM I/O Scheduler buffers");

Expand Down

0 comments on commit 35df69e

Please sign in to comment.