Skip to content
Success

Changes

Summary

  1. rspro_server.c: Fix missing include for inet_ntoa() (details)
Commit 90c8d1909b09efd41c63d461586f75073e21f928 by Pau Espin Pedrol
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
The file was modifiedsrc/server/rspro_server.c