commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 02/09: Fix gcc warning


From: Samuel Thibault
Subject: [hurd] 02/09: Fix gcc warning
Date: Tue, 24 Sep 2013 12:29:32 +0000

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

sthibault pushed a commit to branch dde
in repository hurd.

commit d443c6b35f7fc9bb09f730f1a5e4c33d812ddd7e
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 13:05:17 2013 +0200

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

diff --git a/libddekit/pgtab.c b/libddekit/pgtab.c
index 8113810..64ac6af 100644
--- a/libddekit/pgtab.c
+++ b/libddekit/pgtab.c
@@ -12,6 +12,7 @@
  */
 
 #include <unistd.h>
+#include <stdlib.h>
 #include <error.h>
 #include <errno.h>
 #include <mach.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]