diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 02:52:04 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 02:52:04 +0200 |
commit | 0217e4333fc73c9c49ea64e6554021cad9a3424a (patch) | |
tree | 50e11701fcdcc4cfc7dbb8b25c1fc3f43ef29c29 | |
parent | ea4802bc0975218544cb447df37b704f60ef2fde (diff) |
Add missing include
* libfshelp/translator-list.c: Include <libgen.h> to get `dirname' prototype.
-rw-r--r-- | libfshelp/translator-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/translator-list.c b/libfshelp/translator-list.c index a24d9762..99a858f4 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" |