mirror of
https://github.com/git/git.git
synced 2026-01-18 14:44:28 +00:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#ifndef NO_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#include "git-compat-util.h"
|
||||
#include "run-command.h"
|
||||
#include "compat/terminal.h"
|
||||
|
||||
Reference in New Issue
Block a user