mirror of
https://github.com/git/git.git
synced 2026-03-17 20:20:08 +01:00
Add missing #include
According to POSIX.1-2001, dirname() is declared in libgen.h. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "cache.h"
|
||||
#include "credential.h"
|
||||
#include "unix-socket.h"
|
||||
#include <libgen.h>
|
||||
|
||||
struct credential_cache_entry {
|
||||
struct credential item;
|
||||
|
||||
Reference in New Issue
Block a user