summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 97b344b65..afe882f92 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -47,6 +47,7 @@
47#include "rmd160.h" 47#include "rmd160.h"
48#include "md5.h" 48#include "md5.h"
49#include "blf.h" 49#include "blf.h"
50#include "fnmatch.h"
50 51
51#ifndef HAVE_BASENAME 52#ifndef HAVE_BASENAME
52char *basename(const char *path); 53char *basename(const char *path);