X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_daemon.c;h=6445e55d6bad10ad207ea4d64ff73e4a413d4cee;hp=c491d14870905af2e1ea7cc85822533f939ab24b;hb=aff0a2728543eee1ac21f3fa02f171caae8d9362;hpb=802fc81d6c21d0fc535ce4fa3e654005751f6571 diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index c491d14..6445e55 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -75,19 +75,24 @@ #include "rrd_client.h" #include + +#ifndef WIN32 #include -#include #include -#include #include -#include #include +# include + +#else + +#endif +#include +#include #include #include #include #include -#include #include #include #include @@ -1092,7 +1097,7 @@ static int handle_request_help (listen_socket_t *sock, /* {{{ */ "Usage: FLUSH \n" "\n" "Adds the given filename to the head of the update queue and returns\n" - "after is has been dequeued.\n" + "after it has been dequeued.\n" }; char *help_flushall[2] =