diff --git a/src/modules/wizard/page_100.c b/src/modules/wizard/page_100.c index 002aa414c..b898d0a1c 100644 --- a/src/modules/wizard/page_100.c +++ b/src/modules/wizard/page_100.c @@ -7,6 +7,7 @@ #include #endif +#ifndef __FreeBSD__ static char * read_file(const char *file) { @@ -28,6 +29,7 @@ read_file(const char *file) fclose(f); return strdup(buf); } +#endif EAPI int wizard_page_init(E_Wizard_Page *pg __UNUSED__)