Skip to content

Commit dfe67ae

Browse files
dschoGit for Windows Build Agent
authored andcommitted
terminal.c: guard the inclusion of inttypes.h
We do have a lovely Makefile option to state that that header file is not available. Let's use it everywhere... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent fc716c6 commit dfe67ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/terminal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#ifndef NO_INTTYPES_H
12
#include <inttypes.h>
3+
#endif
24
#include "git-compat-util.h"
35
#include "run-command.h"
46
#include "compat/terminal.h"

0 commit comments

Comments
 (0)