diff options
Diffstat (limited to 'fish/keys.c')
-rw-r--r-- | fish/keys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/keys.c b/fish/keys.c index deb627f8..ec15c8f6 100644 --- a/fish/keys.c +++ b/fish/keys.c @@ -1,5 +1,5 @@ /* libguestfs - guestfish and guestmount shared option parsing - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ #include <stdlib.h> #include <unistd.h> #include <termios.h> +#include <string.h> #include "guestfs.h" |