Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/builtin.c

    r38aaacc2 r051bc69a  
    4444#include "builtin/bi_fun.h"
    4545#include "builtin/bi_textfile.h"
     46#include "builtin/bi_string.h"
    4647#include "input.h"
    4748#include "intmap.h"
     
    9091        bi_fun_declare(bi);
    9192        bi_textfile_declare(bi);
     93        bi_string_declare(bi);
    9294}
    9395
     
    105107        bi_fun_bind(bi);
    106108        bi_textfile_bind(bi);
     109        bi_string_bind(bi);
    107110}
    108111
Note: See TracChangeset for help on using the changeset viewer.