diff options
Diffstat (limited to 'misc/fstab.c')
-rw-r--r-- | misc/fstab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/fstab.c b/misc/fstab.c index a4d7aae..f053f8d 100644 --- a/misc/fstab.c +++ b/misc/fstab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ #include <mntent.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <bits/libc-lock.h> #define BUFFER_SIZE 0x1fc0 |