commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 06/09: Fix gcc warning


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

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

sthibault pushed a commit to branch dde
in repository hurd.

commit 8933e05c0237ce4a5cec40291a8cd3fbdbf4acd9
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 14:19:51 2013 +0200

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

diff --git a/devnode/devnode.c b/devnode/devnode.c
index 218b308..947d31b 100644
--- a/devnode/devnode.c
+++ b/devnode/devnode.c
@@ -24,6 +24,7 @@
  */
 
 #include <argp.h>
+#include <argz.h>
 #include <errno.h>
 #include <error.h>
 #include <stddef.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]