summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
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 /wsutil/Makefile.common
parent55267bdbb091024cb9d29c829196506d2a67f7a6 (diff)
downloadwireshark-a10a41f5c7816617aa6aa413c46c8eba625cccff.tar.gz
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 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 60d843ab31..9507e3f146 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -107,7 +107,7 @@ libwsutil_nonrepl_INCLUDES = \
os_version_info.h \
plugins.h \
privileges.h \
- process.h \
+ processes.h \
sha1.h \
sign_ext.h \
sober128.h \