summaryrefslogtreecommitdiffstats
path: root/pw/psdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/psdate.c')
-rw-r--r--pw/psdate.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pw/psdate.c b/pw/psdate.c
index bd2aa15..8e3a951 100644
--- a/pw/psdate.c
+++ b/pw/psdate.c
@@ -29,11 +29,12 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <ctype.h>
-#include <err.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include <xlocale.h>
+#include <err.h>
#include "psdate.h"