X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Fdriver%2Ftun_dev.h;h=9986ae61bc6662d78f3ca844f957b78b9d84cfa8;hb=172fa87c323ce3c1ab76b10822ae5628e3dc5868;hp=e0b32d3c44b115d9961c26d7133602887cc6eb12;hpb=45442859cf10c23b847a4cacc988963105083db2;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/driver/tun_dev.h b/support/sdk/c/blip/driver/tun_dev.h index e0b32d3c..9986ae61 100644 --- a/support/sdk/c/blip/driver/tun_dev.h +++ b/support/sdk/c/blip/driver/tun_dev.h @@ -53,7 +53,7 @@ #ifndef _TUN_DEV_H #define _TUN_DEV_H -#include +#include int tun_open(char *dev); int tun_close(int fd, char *dev);