X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fporting.cpp;h=7c7ce48eae3a62265bab4856e867334daeff3f95;hb=c52fbcd8e90313764cabadf823d500704b8cc980;hp=50605587dc1950c5315811d5320cb6480225fa37;hpb=40556f4b2deea7872456d8f9d7a4fa8aa954ea11;p=dragonfireclient.git diff --git a/src/porting.cpp b/src/porting.cpp index 50605587d..7c7ce48ea 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "config.h" +#include "debug.h" namespace porting { @@ -47,8 +48,13 @@ void sigint_handler(int sig) { if(g_killed == false) { - dstream<