Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5605cdad authored by William Roberts's avatar William Roberts
Browse files

logwrapper: fix missing include

Use of ECHILD with no definitive errno.h inclusion.

Explicitly listing the errno.h header file rather
then relying on the inclusion chain to do so.

Change-Id: I5552acd928d17fc62192217a30ff2e4fab0b1936
parent 66ed50af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>