diff options
author | James Davidson <james.davidson@vyatta.com> | 2013-01-07 09:24:29 -0800 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2013-01-07 09:24:29 -0800 |
commit | b550ff683e379086e2253d4aaaf11aafbc9fe6d7 (patch) | |
tree | 6b1827e9213fcdcc45fb9abdc9b510c528996a9a /src/exe_action.c | |
parent | de9faed3a96180d879aedb341df6da3bfe811c84 (diff) | |
download | vyatta-cfg-b550ff683e379086e2253d4aaaf11aafbc9fe6d7.tar.gz vyatta-cfg-b550ff683e379086e2253d4aaaf11aafbc9fe6d7.zip |
Fix compiler warnings
Diffstat (limited to 'src/exe_action.c')
-rw-r--r-- | src/exe_action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe_action.c b/src/exe_action.c index 752a1d9..6aa3fe4 100644 --- a/src/exe_action.c +++ b/src/exe_action.c @@ -4,7 +4,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include <glib-2.0/glib.h> +#include <glib-object.h> /* g_type_init */ #include "common/common.h" boolean g_debug = FALSE; |