mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r1055: Standalone build fixes for ldb:
- Various Makefile fixes - #include <stdint.h> ldb still needs a proper build system though. (-:
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
6c15d5f31b
commit
52e4fe8ce9
@@ -6,6 +6,7 @@
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
@@ -18,5 +19,5 @@
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include "ldb.h"
|
||||
#include "tdb/tdb.h"
|
||||
#include "tdb.h"
|
||||
#include "proto.h"
|
||||
|
||||
Reference in New Issue
Block a user