X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fwindows%2Fwindefs.h;h=2497c4b7482df5a28d6997d52f00480fc7e145de;hb=HEAD;hp=ca5b6136dcfda470c0266bf7aa0bcce34ed924d1;hpb=31b97ffddd2c16ec7c75f7aa2bff50f887f41a7d;p=sliver-openvswitch.git diff --git a/include/windows/windefs.h b/include/windows/windefs.h index ca5b6136d..2497c4b74 100644 --- a/include/windows/windefs.h +++ b/include/windows/windefs.h @@ -37,4 +37,9 @@ typedef int pid_t; +char *strsep(char **stringp, const char *delim); + +#define srandom srand +#define random rand + #endif /* windefs.h */