qtmobility/src/bearer/qgenericengine.cpp
branchRCL_3
changeset 21 885c2596c964
parent 13 4203353e74ea
equal deleted inserted replaced
20:e2d33e235f7e 21:885c2596c964
    56 #ifdef Q_OS_LINUX
    56 #ifdef Q_OS_LINUX
    57 #include <sys/socket.h>
    57 #include <sys/socket.h>
    58 #include <sys/ioctl.h>
    58 #include <sys/ioctl.h>
    59 #include <net/if.h>
    59 #include <net/if.h>
    60 #include <net/if_arp.h>
    60 #include <net/if_arp.h>
       
    61 #include <unistd.h>
    61 #endif
    62 #endif
    62 
    63 
    63 QTM_BEGIN_NAMESPACE
    64 QTM_BEGIN_NAMESPACE
    64 
    65 
    65 Q_GLOBAL_STATIC(QGenericEngine, genericEngine)
    66 Q_GLOBAL_STATIC(QGenericEngine, genericEngine)