diff options
author | Richard Jones <rich@koneko.home.annexia.org> | 2010-03-21 17:49:09 +0000 |
---|---|---|
committer | Richard Jones <rich@koneko.home.annexia.org> | 2010-03-22 10:41:45 +0000 |
commit | cc6a6a3dcc8e03410a645500c28ee781c95c795f (patch) | |
tree | c1c7952456ac77f8c24a3fa1f7f384e38f8e0337 | |
parent | b369fa6f91185efd4503aba4565671b8a0380d23 (diff) | |
download | libguestfs-cc6a6a3dcc8e03410a645500c28ee781c95c795f.tar.gz libguestfs-cc6a6a3dcc8e03410a645500c28ee781c95c795f.tar.xz libguestfs-cc6a6a3dcc8e03410a645500c28ee781c95c795f.zip |
Mac OS X: include <string.h> in guestfs-actions.c
This is required because guestfs-actions.c uses 'memset'.
-rwxr-xr-x | src/generator.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml index 92a77359..ba883ea7 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5393,6 +5393,7 @@ and generate_client_actions () = #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #include <inttypes.h> #include \"guestfs.h\" |