diff options
Diffstat (limited to 'xs_tools.c')
-rw-r--r-- | xs_tools.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#ifdef HAVE_XENSTORE + #include <stdio.h> #include <stdlib.h> @@ -58,3 +60,5 @@ int xenstore_read(struct xs_handle *xenstore, char *path, char *dst, size_t size free(xs_value); return 0; } + +#endif /* HAVE_XENSTORE */ |