aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-07 08:40:02 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-07 08:40:02 +0000
commit13bf4a0c551be51f5c5303f69c1754577ea938a0 (patch)
tree8d6e002c3ba1b61b00021232f4dea1037808f024 /Makefile.common
parentcc05b9250d271bf75d814d6880b11a4fc4a0540a (diff)
Add routines vfprintf_stderr() and fprintf_stderr() to print to the
standard error and, in Wireshark on Windows, create a console if necessary. Have the cmdarg_err routines use them. Use *fprintf_stderr() to print the output of -L, rather than using cmdarg_err_cont(), so that we don't get extra newlines in the output (it should look similar to the output of tcpdump). svn path=/trunk/; revision=32711
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1a13fc5101..e3d1a7e7dc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -69,6 +69,7 @@ WIRESHARK_COMMON_INCLUDES = \
cfile.h \
clopts_common.h \
cmdarg_err.h \
+ console_io.h \
color.h \
disabled_protos.h \
file.h \