summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-02-09 13:21:43 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-02-09 13:21:43 +0000
commitd9406e93e396976ac07d1e61d43f10f66eb01c2a (patch)
tree162442a057193276fbc4d44fb4c27af0059a64ca
parent760f67322d80b89ba719bd8d65e18c7f378b6f05 (diff)
be clear that we want the secret libc tzfile.h, not the usual /usr/include
one
-rw-r--r--usr.sbin/zic/zic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c
index 17490385635..da1e71eff81 100644
--- a/usr.sbin/zic/zic.c
+++ b/usr.sbin/zic/zic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zic.c,v 1.3 2015/02/09 12:52:45 tedu Exp $ */
+/* $OpenBSD: zic.c,v 1.4 2015/02/09 13:21:42 tedu Exp $ */
/*
** This file is in the public domain, so clarified as of
** 2006-07-17 by Arthur David Olson.
@@ -7,8 +7,8 @@
#include <sys/stat.h>
#include <ctype.h>
#include <locale.h>
-#include <tzfile.h>
+#include "tzfile.h"
#include "private.h"
#define ZIC_VERSION '2'