]> git.ipfire.org Git - thirdparty/git.git/commit - pkt-line.h
Fix pkt-line.h to compile with a non-GCC compiler
authorDennis Stosberg <dennis@stosberg.net>
Mon, 26 Jun 2006 08:27:07 +0000 (10:27 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 26 Jun 2006 09:11:53 +0000 (02:11 -0700)
commit07d68930c247325116ad4a63422eb1520aaf6ef8
tree3238ae5abd9bf56134ae2f5d08dde27d88918954
parente898081dfbedcb77e3dfcdc9c347669f6c093d65
Fix pkt-line.h to compile with a non-GCC compiler

pkt-line.h uses GCC's __attribute__ extension but does not include
git-compat-util.h.  So it will not compile with a compiler that does
not support this extension.

Signed-off-by: Junio C Hamano <junkio@cox.net>
pkt-line.h