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 +#include #ifdef HAVE_LIBPCAP /* Current state of capture engine. XXX - differentiate states */ diff --git a/ui/ui_util.h b/ui/ui_util.h index 6f966361dc..4fb6c0f63d 100644 --- a/ui/ui_util.h +++ b/ui/ui_util.h @@ -27,7 +27,7 @@ #include -#include +#include #include "epan/packet_info.h" #include "epan/column-utils.h" 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 \ diff --git a/wsutil/process.h b/wsutil/processes.h similarity index 91% rename from wsutil/process.h rename to wsutil/processes.h index 6747b7915c..ced8c1d71e 100644 --- a/wsutil/process.h +++ b/wsutil/processes.h @@ -1,4 +1,4 @@ -/* process.h +/* processes.h * Process utility definitions * * Wireshark - Network traffic analyzer @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef _WSUTIL_PROCESS_H_ -#define _WSUTIL_PROCESS_H_ +#ifndef _WSUTIL_PROCESSES_H_ +#define _WSUTIL_PROCESSES_H_ #include "ws_symbol_export.h" @@ -41,4 +41,4 @@ typedef pid_t ws_process_id; /* on UN\*X, a process ID is a pid_t */ } #endif /* __cplusplus */ -#endif /* _WSUTIL_PROCESS_H_ */ +#endif /* _WSUTIL_PROCESSES_H_ */