diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-21 21:58:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-21 21:58:28 +0000 |
commit | 459eb1289c4e1b301b4a09bb668bf0fb3e896c05 (patch) | |
tree | 87570c711480c785f6ae59ade95abb36071537bb /sbin | |
parent | 0fc92dbe376690129fae02ed2285d1a359d85105 (diff) |
include util.h for scan_scaled()
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_tmpfs/mount_tmpfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_tmpfs/mount_tmpfs.c b/sbin/mount_tmpfs/mount_tmpfs.c index ec2e72aebc1..3f469eef3a8 100644 --- a/sbin/mount_tmpfs/mount_tmpfs.c +++ b/sbin/mount_tmpfs/mount_tmpfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_tmpfs.c,v 1.3 2013/06/03 10:37:02 espie Exp $ */ +/* $OpenBSD: mount_tmpfs.c,v 1.4 2014/01/21 21:58:27 jsg Exp $ */ /* $NetBSD: mount_tmpfs.c,v 1.24 2008/08/05 20:57:45 pooka Exp $ */ /* @@ -50,6 +50,7 @@ __RCSID("$NetBSD: mount_tmpfs.c,v 1.24 2008/08/05 20:57:45 pooka Exp $"); #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <util.h> #include "mount_tmpfs.h" |