X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=5d05deedbb917698c1885b936d3258a17e973bcc;hb=e3ad811139308bfe8a818cf5e42e7553785fea82;hp=7c4e9bd04b954ea9b392d6adcf506de61b171813;hpb=b20e94784ba06541fa3583d365e2f511a698a9c5;p=stargem2 diff --git a/src/log.cpp b/src/log.cpp index 7c4e9bd..5d05dee 100755 --- a/src/log.cpp +++ b/src/log.cpp @@ -4,13 +4,16 @@ // by James L. Hammons // -#include "types.h" #include "log.h" +#include +#include +#include + #define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) static FILE * log_stream = NULL; -static uint32 logSize = 0; +static uint32_t logSize = 0; bool InitLog(const char * path) {