--- a/libpurple/protocols/gg/tcpsocket.c Tue Aug 25 21:44:38 2020 -0500 +++ b/libpurple/protocols/gg/tcpsocket.c Tue Aug 25 21:53:23 2020 -0500 @@ -25,11 +25,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + +#include <errno.h> + +#include <purple.h> + #include "tcpsocket.h" #include "gg.h" -#include <purple.h> typedef struct { GSocketConnection *conn;