blob: e6e7b9f365d935a929c934cfd6a2ba2eaa4e0b73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$FreeBSD$
--- src/address.h.orig Sun Jan 14 01:12:18 2001
+++ src/address.h Thu Jan 25 17:46:23 2001
@@ -27,11 +27,12 @@
#include<config.h>
#endif
-#include <alloca.h>
#if defined(HAVE_DB1_DB_H)
# include<db1/db.h>
#elif defined(HAVE_DB_185_H)
# include <db_185.h>
+#else
+# include <db.h>
#endif
#include <errno.h>
#include <fcntl.h>
|