Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> --- api/api-sample.cc | 8 ++++---- config/config-x86-common.mak | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/api-sample.cc b/api/api-sample.cc index 524ad7b..f523e47 100644 --- a/api/api-sample.cc +++ b/api/api-sample.cc @@ -1,8 +1,8 @@ -#include "api/kvmxx.hh" -#include "api/identity.hh" -#include "api/exception.hh" -#include "stdio.h" +#include "kvmxx.hh" +#include "identity.hh" +#include "exception.hh" +#include <stdio.h> static int global = 0; diff --git a/config/config-x86-common.mak b/config/config-x86-common.mak index 63f8394..e016529 100644 --- a/config/config-x86-common.mak +++ b/config/config-x86-common.mak @@ -113,7 +113,7 @@ arch_clean: api/%.o: CFLAGS += -m32 -api/%: LDLIBS += -lstdc++ -lboost_thread-mt -lpthread -lrt +api/%: LDLIBS += -lstdc++ -lboost_thread -lpthread -lrt api/%: LDFLAGS += -m32 api/libapi.a: api/kvmxx.o api/identity.o api/exception.o api/memmap.o -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html