summaryrefslogtreecommitdiffstats
path: root/isys/imount.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-04 15:30:03 +0000
committerErik Troan <ewt@redhat.com>1999-05-04 15:30:03 +0000
commit61ed75dc21fc8f4fbfc582438f360c7fddeb4451 (patch)
tree33ab14e222a00a5b64986cecbfe5c9f27e93974b /isys/imount.c
parent982636aaf1e486d0dc947373cb16ff64fda3a3df (diff)
downloadanaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.tar.gz
anaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.tar.xz
anaconda-61ed75dc21fc8f4fbfc582438f360c7fddeb4451.zip
include string.h
Diffstat (limited to 'isys/imount.c')
-rw-r--r--isys/imount.c1
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>