diff options
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 9337c14..1310fa0 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -204,7 +204,7 @@ common/fileobj_mgr.c common/dircache.c #endif /* HAVE_DIRCACHE */ common/pathfuncs.c -common/format.c +common/fdprintf.c common/linked_list.c common/strcasecmp.c common/strcasestr.c @@ -214,6 +214,7 @@ common/strlcpy.c common/structec.c common/timefuncs.c common/unicode.c +common/vuprintf.c /* Display */ scroll_engine.c |