X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcompat.h;h=9302c573fa47a0540d3c95f77290925378b0ede1;hb=da9adf9e29a1e7e0f914b494972013d0c0c35672;hp=fa75cd75434b228d8d96ed350acc509d7142cc51;hpb=e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/compat.h b/include/compat.h index fa75cd754..9302c573f 100644 --- a/include/compat.h +++ b/include/compat.h @@ -106,9 +106,11 @@ */ #if defined _WIN32 # include "inspircd_win32wrapper.h" +# include "threadengines/threadengine_win32.h" #else -# include # define ENTRYPOINT int main(int argc, char** argv) # define DllExport __attribute__ ((visibility ("default"))) # define CoreExport __attribute__ ((visibility ("default"))) +# include +# include "threadengines/threadengine_pthread.h" #endif