summaryrefslogtreecommitdiff
path: root/wsutil/inet_pton.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-14 19:03:11 +0000
committerJoão Valverde <j@v6e.pt>2016-04-04 23:05:31 +0000
commitecb4dc396ef71feb67aeda7603e09b0cea0bc920 (patch)
tree18c03d5662172f826f9797f56b8ff177c326c526 /wsutil/inet_pton.c
parentbe96c3d64c9d5838e7319d5dd4a2ecd45897a024 (diff)
downloadwireshark-ecb4dc396ef71feb67aeda7603e09b0cea0bc920.tar.gz
Include ws_diag_control.h in config.h
Change-Id: Ia394071710ecda3b0e6686a51fbca45a8ff20317 Reviewed-on: https://code.wireshark.org/review/14749 Petri-Dish: João Valverde <j@v6e.pt> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wsutil/inet_pton.c')
-rw-r--r--wsutil/inet_pton.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wsutil/inet_pton.c b/wsutil/inet_pton.c
index 78b14fd3d6..3c2b6b4620 100644
--- a/wsutil/inet_pton.c
+++ b/wsutil/inet_pton.c
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
-#include "config.h"
+#include <config.h>
#include "inet_addr-int.h"
@@ -24,8 +24,6 @@
#include <glib.h>
-#include <wsutil/ws_diag_control.h>
-
#ifndef __P
#define __P(args) args
#endif