aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-09 18:54:54 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-10 01:56:27 +0000
commita10a41f5c7816617aa6aa413c46c8eba625cccff (patch)
treec7ff92d94bffa9cc9f55033cd99b3e6edfef5adc /capchild
parent55267bdbb091024cb9d29c829196506d2a67f7a6 (diff)
Rename wsutil/process.h to wsutil/processes.h to avoid collisions.
The MSVC rules for searching for headers are a huge barrel of fun; it appears that, for some files that need the MSVC <process.h> to declare getpid(), they're getting our <wsutil/process.h> instead, as that's in the current directory. Rename it to avoid the collision. Change-Id: I88eb70237062fa7957e38d7ff8132524390a6a5c Reviewed-on: https://code.wireshark.org/review/8870 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index 4f0de81b01..d55ef1f768 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -34,7 +34,7 @@ extern "C" {
#include "capture_opts.h"
-#include <wsutil/process.h>
+#include <wsutil/processes.h>
#ifdef HAVE_LIBPCAP
/* Current state of capture engine. XXX - differentiate states */