X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhave.h;h=536226d5826d54335c71678cb6ccfe6a0073b547;hb=HEAD;hp=7695adc16b1a4c277c260fc231e88a4bd79ef59f;hpb=61d9b04f66055e61f0afdf8955ff890f4da39288;p=meshlink diff --git a/src/have.h b/src/have.h index 7695adc1..e7da3167 100644 --- a/src/have.h +++ b/src/have.h @@ -32,6 +32,9 @@ #include #include #include +#include +#include +#include #include #include #include @@ -39,6 +42,11 @@ #include #include #include +#include + +#ifdef HAVE_STDATOMIC_H +#include +#endif #ifdef HAVE_MINGW #include @@ -47,18 +55,10 @@ #include #endif -#ifdef HAVE_STDBOOL_H -#include -#endif - #ifdef HAVE_TERMIOS_H #include #endif -#ifdef HAVE_INTTYPES_H -#include -#endif - /* Include system specific headers */ #ifdef HAVE_SYSLOG_H @@ -120,6 +120,10 @@ #include #endif +#ifdef HAVE_IFADDRS_H +#include +#endif + #ifdef HAVE_MINGW #define SLASH "\\" #else