aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-07-28 16:18:44 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-07-28 16:18:44 +0100
commit528ad3b6e29be4807f4a1698f35bf46be8e525e5 (patch)
tree5cc8da4273e1f33ef8444870c36e127990a02acc /tools/libxl/xl_cmdtable.c
parent891c9ebad752ce367c9e639b8edb48aaba462338 (diff)
downloadxen-528ad3b6e29be4807f4a1698f35bf46be8e525e5.tar.gz
xen-528ad3b6e29be4807f4a1698f35bf46be8e525e5.tar.bz2
xen-528ad3b6e29be4807f4a1698f35bf46be8e525e5.zip
libxl: consistently use typedef struct {} libxl_$type
typedef struct seems to be the dominant idiom in the mixture currently in use. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 3d9c5f1566..b7065bb60c 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -14,6 +14,7 @@
#include <string.h>
+#include "libxl.h"
#include "xl.h"
struct cmd_spec cmd_table[] = {