diff options
| author | David Nugent <davidn@FreeBSD.org> | 1999-02-23 07:15:11 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1999-02-23 07:15:11 +0000 |
| commit | 5f12594a294b0c44a5e208ffd394781c344d79bf (patch) | |
| tree | b24d50f86b6a373ffc2319c539805c187ded9a42 /usr.sbin/pw/pw.h | |
| parent | b48125eaa817bf0624993a99695e3d501d29d28a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pw/pw.h')
| -rw-r--r-- | usr.sbin/pw/pw.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index b52891a2f21f..16bea6176cbb 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.h,v 1.6 1997/02/22 16:12:27 peter Exp $ + * $Id: pw.h,v 1.7 1997/10/10 06:23:35 charnier Exp $ */ #include <stdio.h> @@ -34,12 +34,14 @@ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/param.h> #include <pwd.h> #include <grp.h> #include <sys/queue.h> #include <sysexits.h> #include "psdate.h" +#include "pwupd.h" enum _mode { |
