Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net_standalone.c

    rd0d1f4f rf63a591d  
    2828
    2929/** @addtogroup net
    30  * @{
     30 *  @{
    3131 */
    3232
    3333/** @file
    34  * Wrapper for the standalone networking module.
     34 *  Wrapper for the standalone networking module.
    3535 */
    3636
    37 #include "net.h"
     37#include <str.h>
    3838
    39 #include <str.h>
    40 #include <adt/measured_strings.h>
    41 #include <adt/module_map.h>
    4239#include <ipc/ipc.h>
    4340#include <ipc/net.h>
    4441
    4542#include <ip_interface.h>
     43#include <adt/measured_strings.h>
     44#include <adt/module_map.h>
    4645#include <packet_server.h>
    4746
    48 /** Networking module global data. */
     47#include "net.h"
     48
     49/** Networking module global data.
     50 */
    4951extern net_globals_t net_globals;
    5052
     
    5860 *
    5961 */
    60 int net_initialize_build(async_client_conn_t client_connection)
    61 {
     62int net_initialize_build(async_client_conn_t client_connection){
    6263        ERROR_DECLARE;
    6364       
Note: See TracChangeset for help on using the changeset viewer.