X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=b5fcf4de30cf58d427508ee3d4f70f6f9c04829d;hb=00f99074bf49f4d52d17a534dd3d4e451f4bbc59;hp=7c4e9bd04b954ea9b392d6adcf506de61b171813;hpb=2879315d07ce59a7996bc8a137c3b66ae018013a;p=stargem2 diff --git a/src/log.cpp b/src/log.cpp index 7c4e9bd..b5fcf4d 100755 --- a/src/log.cpp +++ b/src/log.cpp @@ -4,9 +4,12 @@ // by James L. Hammons // -#include "types.h" #include "log.h" +#include +#include +#include "types.h" + #define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) static FILE * log_stream = NULL;