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/commit2.cpp | |
parent | de9faed3a96180d879aedb341df6da3bfe811c84 (diff) | |
download | vyatta-cfg-b550ff683e379086e2253d4aaaf11aafbc9fe6d7.tar.gz vyatta-cfg-b550ff683e379086e2253d4aaaf11aafbc9fe6d7.zip |
Fix compiler warnings
Diffstat (limited to 'src/commit2.cpp')
-rw-r--r-- | src/commit2.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commit2.cpp b/src/commit2.cpp index be51069..ceee986 100644 --- a/src/commit2.cpp +++ b/src/commit2.cpp @@ -5,7 +5,7 @@ #include <syslog.h> #include <string.h> #include <sys/time.h> -#include <glib-2.0/glib.h> +#include <glib-object.h> /* g_type_init */ #include "common/common.h" #include "cli_path_utils.h" @@ -29,8 +29,6 @@ boolean g_old_print_output = FALSE; #define g_num_actions 5 -extern "C" void g_type_init(); - // this uses the vtw_act_type enum const int ActionOrder[g_num_actions] = { begin_act, |