X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Fdriver%2Fradvd-1.0%2Fprocess.c;h=d788ceb47c51462d63cfaa1a680511a376a3069f;hb=172fa87c323ce3c1ab76b10822ae5628e3dc5868;hp=2bf38e9c8b904446cb004dfa68cc0babd071a718;hpb=3d5c78e867d6fd52e44894e93e4bd0c172071522;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/driver/radvd-1.0/process.c b/support/sdk/c/blip/driver/radvd-1.0/process.c index 2bf38e9c..d788ceb4 100644 --- a/support/sdk/c/blip/driver/radvd-1.0/process.c +++ b/support/sdk/c/blip/driver/radvd-1.0/process.c @@ -14,9 +14,9 @@ * */ -#include -#include -#include +#include "config.h" +#include "includes.h" +#include "radvd.h" static void process_rs(int, struct Interface *, unsigned char *msg, int len, struct sockaddr_in6 *);