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:
Johannes Schindelin
2011-08-06 15:05:52 +02:00
parent f04ee9c28e
commit a3d6f8220a

View File

@@ -1,6 +1,7 @@
#include "cache.h"
#include "credential.h"
#include "unix-socket.h"
#include <libgen.h>
struct credential_cache_entry {
struct credential item;