commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/06: Add missing include


From: Samuel Thibault
Subject: [hurd] 01/06: Add missing include
Date: Sat, 21 Sep 2013 23:09:05 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit 0217e4333fc73c9c49ea64e6554021cad9a3424a
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 16 02:52:04 2013 +0200

    Add missing include
    
    * libfshelp/translator-list.c: Include <libgen.h> to get `dirname' 
prototype.
---
 libfshelp/translator-list.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libfshelp/translator-list.c b/libfshelp/translator-list.c
index a24d976..99a858f 100644
--- a/libfshelp/translator-list.c
+++ b/libfshelp/translator-list.c
@@ -27,6 +27,7 @@
 #include <pthread.h>
 #include <stdlib.h>
 #include <string.h>
+#include <libgen.h>
 
 #include "fshelp.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]