From: Eric Blake Date: Wed, 14 Apr 2010 17:23:09 +0000 (-0600) Subject: build: fix recent 'make syntax-check' failure X-Git-Tag: v0.8.1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffe619bdf9943282cc9f6a0cf815ad9f0fe7fd7;p=thirdparty%2Flibvirt.git build: fix recent 'make syntax-check' failure * src/esx/esx_vi_methods.h: Placate cppi. --- diff --git a/src/esx/esx_vi_methods.h b/src/esx/esx_vi_methods.h index 7b6be4eaf0..c78c649c54 100644 --- a/src/esx/esx_vi_methods.h +++ b/src/esx/esx_vi_methods.h @@ -2,7 +2,7 @@ /* * esx_vi_methods.h: client for the VMware VI API 2.5 to manage ESX hosts * - * Copyright (C) 2009 Matthias Bolte + * Copyright (C) 2009, 2010 Matthias Bolte * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -45,6 +45,6 @@ int esxVI_ValidateMigration esxVI_ManagedObjectReference *host, /* optional */ esxVI_Event **output); /* optional, list */ -#include "esx_vi_methods.generated.h" +# include "esx_vi_methods.generated.h" #endif /* __ESX_VI_METHODS_H__ */