Skip to content

Commit

Permalink
nbft: fixup include for libnvme
Browse files Browse the repository at this point in the history
libnvme.h is from an external source, so use the correct include
grammar.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Feb 2, 2024
1 parent 6cbe764 commit bcc0c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbft.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#include <fnmatch.h>
#include <stdlib.h>

#include <libnvme.h>

#include "nvme.h"
#include "nbft.h"
#include "libnvme.h"
#include "fabrics.h"

#include "util/types.h"
Expand Down

0 comments on commit bcc0c48

Please sign in to comment.