Skip to content

Loading builds...

Changes

#106 (Jan 26, 2026, 1:23:45 PM)

rspro_server.c: Fix missing include for inet_ntoa()

This file was calling inet_ntoa() without including arpa/inet.h, which
is the header defining the function according to man and posix
documentation.

Change-Id: I49352bcc2b8e418e17453809354382bd37eb838e
Pau Espin Pedrol at