diff options
author | Denny Page <dennypage@me.com> | 2016-06-19 17:31:38 -0700 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-06-24 19:07:21 -0500 |
commit | 002fd78221edbca1668af94c76814f1bfd3aca1a (patch) | |
tree | b08e8c73f614212441163ceb871fa7cc8b2b3e51 | |
parent | 4bcb7a69e28d07b6d9b4a37f10f8c571bee97a8d (diff) | |
download | pfsense-002fd78221edbca1668af94c76814f1bfd3aca1a.zip pfsense-002fd78221edbca1668af94c76814f1bfd3aca1a.tar.gz |
Add include of functions.inc for declaration of gettext
-rw-r--r-- | src/etc/inc/notices.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/notices.inc b/src/etc/inc/notices.inc index c496ddb..b5b7dcb 100644 --- a/src/etc/inc/notices.inc +++ b/src/etc/inc/notices.inc @@ -53,6 +53,7 @@ */ require_once("globals.inc"); +require_once("functions.inc"); require_once("led.inc"); $notice_path = $g['tmp_path'] . '/notices'; |