[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6451: Include <sys/wait.h> in hipfw/helpers.c

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 01 Sep 2014 07:43:22 -0000

------------------------------------------------------------
revno: 6451
committer: Juhani Toivonen <juhani.toivonen@xxxxxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2014-09-01 10:42:52 +0300
message:
  Include <sys/wait.h> in hipfw/helpers.c
  
  hipfw/helpers.c uses the function WEXITSTATUS from <sys/wait.h> which
  seems to have been included indirectly on Linux, but not on Android.
modified:
  hipfw/helpers.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'hipfw/helpers.c'
--- hipfw/helpers.c     2012-05-12 06:54:33 +0000
+++ hipfw/helpers.c     2014-09-01 07:42:52 +0000
@@ -35,6 +35,7 @@
 #include <stdarg.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
+#include <sys/wait.h>
 
 #include "libcore/debug.h"
 #include "helpers.h"

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6451: Include <sys/wait.h> in hipfw/helpers.c - noreply