aboutsummaryrefslogtreecommitdiffstats
path: root/misc_cmds/ncal/ncal.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_cmds/ncal/ncal.c')
-rw-r--r--misc_cmds/ncal/ncal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_cmds/ncal/ncal.c b/misc_cmds/ncal/ncal.c
index 5a5cbc3..105fa95 100644
--- a/misc_cmds/ncal/ncal.c
+++ b/misc_cmds/ncal/ncal.c
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <calendar.h>
+#include "calendar.h"
#include <ctype.h>
#include <err.h>
#include <langinfo.h>