commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 09/36: Fix gcc warning


From: Samuel Thibault
Subject: [hurd] 09/36: Fix gcc warning
Date: Tue, 24 Sep 2013 12:31:14 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit de67a25fed974b5446194cb14a3ce5e6cdf60775
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 12:59:12 2013 +0200

    Fix gcc warning
    
    * libpipe/pipe.c: Include <stdlib.h>
---
 libpipe/pipe.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libpipe/pipe.c b/libpipe/pipe.c
index 1ddaf12..1080b5d 100644
--- a/libpipe/pipe.c
+++ b/libpipe/pipe.c
@@ -20,6 +20,7 @@
 
 #include <string.h>            /* For bzero() */
 #include <assert.h>
+#include <stdlib.h>
 
 #include <mach/time_value.h>
 #include <mach/mach_host.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]