summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d52dc4b)
raw | patch | inline | side by side (parent: d52dc4b)
author | Dmitry V. Levin <ldv@altlinux.org> | |
Sun, 1 Nov 2009 23:09:05 +0000 (02:09 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Nov 2009 03:01:05 +0000 (19:01 -0800) |
Starting with commit 51ea55190b6e72c77c96754c1bf2f149a4714848,
git-compat-util.h includes compat/bswap.h
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h includes compat/bswap.h
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 268aede566c29bdf5f4e19fb2a6819fc197c0fbb..3bca8d42cc214be9bf4ab0e9a7f6cdbf7cbe30e3 100644 (file)
--- a/Makefile
+++ b/Makefile
LIB_H += cache.h
LIB_H += cache-tree.h
LIB_H += commit.h
+LIB_H += compat/bswap.h
LIB_H += compat/cygwin.h
LIB_H += compat/mingw.h
LIB_H += csum-file.h