Skip to content

Commit 9b9784a

Browse files
committed
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 ad63e34 commit 9b9784a

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)