Skip to content

Commit

Permalink
MinGW: fix warning about implicit declaration of _getch()
Browse files Browse the repository at this point in the history
conio.h provides the declaration.

Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Steffen Prohaska <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
dscho authored and gitster committed Jun 1, 2009
1 parent d9b2633 commit 28a559c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/mingw.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "../git-compat-util.h"
#include "win32.h"
#include <conio.h>
#include "../strbuf.h"

unsigned int _CRT_fmode = _O_BINARY;
Expand Down

0 comments on commit 28a559c

Please sign in to comment.