1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00

declare dbf in one spot

This commit is contained in:
Andrew Tridgell
-
parent f59826c0c9
commit f41c3bb80f
21 changed files with 7 additions and 19 deletions

View File

@@ -626,6 +626,7 @@ extern int errno;
#endif
/* Lists, trees, caching, database... */
#include "xfile.h"
#include "ubi_sLinkList.h"
#include "ubi_dLinkList.h"
#include "dlinklist.h"
@@ -640,7 +641,6 @@ extern int errno;
#include "messages.h"
#include "util_list.h"
#include "charset.h"
#include "xfile.h"
#include "util_getent.h"