summaryrefslogtreecommitdiffstats
path: root/fish/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/man.c')
-rw-r--r--fish/man.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/man.c b/fish/man.c
index 1965b64e..522a86c0 100644
--- a/fish/man.c
+++ b/fish/man.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * 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
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
+#include <string.h>
#include <sys/wait.h>
#include "fish.h"