X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvm_power_manager%2Fguest_cli%2Fmain.c;h=7ee229653259f34784d6b640c7c60e851b3d2b7d;hb=98a1648109b8dbaa4e6b821c17d1f6bd86d33a9a;hp=f8e6a7d0a4876e147e9df8f2fd08cdca74bfbe82;hpb=503f9e8b42562b923e73e908be6ba69964f1f1e7;p=dpdk.git diff --git a/examples/vm_power_manager/guest_cli/main.c b/examples/vm_power_manager/guest_cli/main.c index f8e6a7d0a4..7ee2296532 100644 --- a/examples/vm_power_manager/guest_cli/main.c +++ b/examples/vm_power_manager/guest_cli/main.c @@ -51,7 +51,6 @@ #include #include "vm_power_cli_guest.h" -#include "main.h" static void sig_handler(int signo) @@ -66,7 +65,7 @@ sig_handler(int signo) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; unsigned lcore_id;