aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-08-22 22:13:05 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2014-08-24 08:04:08 +0000
commit97546165fafc0fa05ba08f1c2927f0fa22d24e93 (patch)
tree2298fd28320187e1022e2595eb6667d971c58da3 /extcap.c
parentf88eca47c3551a0fc535efe3d5b9d1587784e903 (diff)
Modify includes of config.h so that out-of-tree builds, i.e. CMake
don't pick up the in-tree copy. Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71 Reviewed-on: https://code.wireshark.org/review/3798 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap.c b/extcap.c
index a676fc7233..73b04bf2ca 100644
--- a/extcap.c
+++ b/extcap.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "config.h"
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -178,7 +178,7 @@ static void extcap_foreach(gint argc, gchar **args, extcap_cb_t cb,
argv[argc+1] = NULL;
status = g_spawn_sync(dirname, argv, NULL,
- (GSpawnFlags) 0, NULL, NULL,
+ (GSpawnFlags) 0, NULL, NULL,
&command_output, NULL, &exit_status, &error);
if (status && exit_status == 0)