Skip to content

Commit

Permalink
logwrapper: fix missing include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
William Roberts committed Nov 25, 2013
1 parent 66ed50a commit 5605cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logwrapper/logwrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

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

0 comments on commit 5605cda

Please sign in to comment.