K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-05-25T11:39:39.205088Z
K 7
svn:log
V 309
storage/ovdb/ovdb.c:  Fix build issue when Berkeley DB is not available

ovdb-private.h correctly undefines HAVE_BDB because db.h is not available
but as portable/socket-unix.h was included just after, it was setting again
HAVE_BDB owing to its definition in config.h.

Rearrange the order of the inclusions.

END
