Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/search/hash_func.c')
-rw-r--r--newlib/libc/search/hash_func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/search/hash_func.c b/newlib/libc/search/hash_func.c
index deeb21e60..52cb31ccb 100644
--- a/newlib/libc/search/hash_func.c
+++ b/newlib/libc/search/hash_func.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94";
#include <sys/cdefs.h>
#include <sys/types.h>
-#include <db.h>
+#include "db_local.h"
#include "hash.h"
#include "page.h"
#include "extern.h"