summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skeysubr.c
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1994-06-02 20:25:30 +0000
committerguido <guido@FreeBSD.org>1994-06-02 20:25:30 +0000
commitd14fac757a0ff9e57fe8ed77d238656f6db472cf (patch)
tree0759541af9483d7bd862615900161be036428d6e /lib/libskey/skeysubr.c
parent2fdc4a4a0a8975dff8a67c11f60407816a4142c6 (diff)
downloadFreeBSD-src-d14fac757a0ff9e57fe8ed77d238656f6db472cf.zip
FreeBSD-src-d14fac757a0ff9e57fe8ed77d238656f6db472cf.tar.gz
Move skey.h to /usr/include so other packages will be able to use
libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way.
Diffstat (limited to 'lib/libskey/skeysubr.c')
-rw-r--r--lib/libskey/skeysubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c
index 9762f1a..bfac3a3 100644
--- a/lib/libskey/skeysubr.c
+++ b/lib/libskey/skeysubr.c
@@ -8,8 +8,8 @@
#include <fcntl.h>
#include <termios.h>
#endif
+#include <skey.h>
#include "md4.h"
-#include "skey.h"
#if (defined(__MSDOS__) || defined(MPU8086) || defined(MPU8080) \
|| defined(vax) || defined (MIPSEL))
OpenPOWER on IntegriCloud