Changes in uspace/app/init/init.c [232cd4f:6d5e378] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r232cd4f r6d5e378  
    3939#include <stdarg.h>
    4040#include <vfs/vfs.h>
    41 #include <stdbool.h>
     41#include <bool.h>
    4242#include <errno.h>
    4343#include <fcntl.h>
     
    369369#ifdef CONFIG_START_BD
    370370        srv_start("/srv/ata_bd");
     371        srv_start("/srv/gxe_bd");
    371372#endif
    372373       
Note: See TracChangeset for help on using the changeset viewer.