diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-03-05 13:03:53 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-03-05 14:00:09 +0000 |
commit | a96dd3f9054d9ab71e4fc3019f223bd78b7a68fe (patch) | |
tree | 01cdf97e348bee8d5d4b2fae3deb3baf7fca723d /common | |
parent | b45a7dfcf5f20f877c2ff0401d3fda0421ae9652 (diff) |
highlight: Ensure stdio.h is included for _fileno.
Diffstat (limited to 'common')
-rw-r--r-- | common/highlight.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/highlight.cpp b/common/highlight.cpp index 16cf68f3..6a1e783b 100644 --- a/common/highlight.cpp +++ b/common/highlight.cpp @@ -32,6 +32,7 @@ #include <windows.h> #include <io.h> // _isatty +#include <stdio.h> // _fileno #ifndef COMMON_LVB_LEADING_BYTE #define COMMON_LVB_LEADING_BYTE 0x0100 |