Skip to content

Commit d16af1d

Browse files
committed
libfetchers: Add missing include guard to git-lfs-fetch.hh
This is a publicly installed header without a header guard. Doesn't seem right.
1 parent 5879ab1 commit d16af1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libfetchers/include/nix/fetchers/git-lfs-fetch.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#pragma once
2+
///@file
3+
14
#include "nix/util/canon-path.hh"
25
#include "nix/util/serialise.hh"
36
#include "nix/util/url.hh"

0 commit comments

Comments
 (0)