diff options
author | Erik Troan <ewt@redhat.com> | 1999-05-04 15:30:03 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-05-04 15:30:03 +0000 |
commit | 61ed75dc21fc8f4fbfc582438f360c7fddeb4451 (patch) | |
tree | 33ab14e222a00a5b64986cecbfe5c9f27e93974b /isys | |
parent | 982636aaf1e486d0dc947373cb16ff64fda3a3df (diff) | |
download | anaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.tar.gz anaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.tar.xz anaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.zip |
include string.h
Diffstat (limited to 'isys')
-rw-r--r-- | isys/imount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/imount.c b/isys/imount.c index cbb3932e4..fb2c9bae2 100644 --- a/isys/imount.c +++ b/isys/imount.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/errno.h> #include <sys/mount.h> |