зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
e898081dfb
Коммит
07d68930c2
|
@ -1,6 +1,8 @@
|
|||
#ifndef PKTLINE_H
|
||||
#define PKTLINE_H
|
||||
|
||||
#include "git-compat-util.h"
|
||||
|
||||
/*
|
||||
* Silly packetized line writing interface
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче