- -#include <config.h> - #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> @@ -52,22 +49,21 @@ #include <netinet/in.h> #include <arpa/inet.h> +#include <config.h> +
Please don't change this. config.h is supposed to be the first include in the file as it provides you with the info to do conditional includes. Keep it consistent across to avoid other issues. Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
