提交 07d68930 编写于 作者: D Dennis Stosberg 提交者: Junio C Hamano

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: NJunio C Hamano <junkio@cox.net>
上级 e898081d
#ifndef PKTLINE_H
#define PKTLINE_H
#include "git-compat-util.h"
/*
* Silly packetized line writing interface
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册