summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-11-21 19:16:52 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-11-21 19:16:52 +0000
commita90dc36c0d24a9956fd254d8781c18e03bf83a48 (patch)
tree33ee512cc05c858bb5cb17dccc40b45dfbfb1573 /create.c
parent675e2c61fa88e791c757f4402381c0884c5c0187 (diff)
Notes
Diffstat (limited to 'create.c')
-rw-r--r--create.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/create.c b/create.c
index 073d7f6917d9..1e44661f0131 100644
--- a/create.c
+++ b/create.c
@@ -1,4 +1,4 @@
-/* $NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $ */
+/* $NetBSD: create.c,v 1.72 2013/10/17 17:22:59 christos Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $");
+__RCSID("$NetBSD: create.c,v 1.72 2013/10/17 17:22:59 christos Exp $");
#endif
#endif /* not lint */
@@ -55,6 +55,7 @@ __RCSID("$NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $");
#include <pwd.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>