X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=accesslog.h;h=9eae365511c914c4da780fa51d89dc74fb2e02d2;hp=66be5a861543244824664a9778a70494bb0e84d9;hb=f0621e41fdb96ce1bd58e7561e0aa76345072ba3;hpb=136469d722a9986be6bbad68788619284919d876 diff --git a/accesslog.h b/accesslog.h index 66be5a8..9eae365 100644 --- a/accesslog.h +++ b/accesslog.h @@ -5,8 +5,8 @@ // Server instances, we try not to let write() block too much, and rather do // all the I/O in a separate I/O thread. +#include #include - #include #include @@ -29,7 +29,7 @@ public: private: virtual void do_work(); - // The file we are logging to. If NULL, do not log. + // The file we are logging to. If nullptr, do not log. FILE *logfp; std::string filename;