Skip to content

Commit 7545712

Browse files
ldv-altgitster
authored andcommitted
Makefile: add compat/bswap.h to LIB_H
Starting with commit 51ea551, git-compat-util.h includes compat/bswap.h Signed-off-by: Dmitry V. Levin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d52dc4b commit 7545712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ LIB_H += builtin.h
412412
LIB_H += cache.h
413413
LIB_H += cache-tree.h
414414
LIB_H += commit.h
415+
LIB_H += compat/bswap.h
415416
LIB_H += compat/cygwin.h
416417
LIB_H += compat/mingw.h
417418
LIB_H += csum-file.h

0 commit comments

Comments
 (0)