aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/perror.c')
-rw-r--r--stdio-common/perror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/perror.c b/stdio-common/perror.c
index 4b29f52..4c29cb0 100644
--- a/stdio-common/perror.c
+++ b/stdio-common/perror.c
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdio.h>
+#include <string.h>
#include <errno.h>
/* Print a line on stderr consisting of the text in S, a colon, a space,