mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>
Volker (This used to be commit a1bade0748fa46c6cb00e99d7022b21057679889)
This commit is contained in:
parent
cd2924f94e
commit
7eb8c5e8d0
@ -30,6 +30,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
#include "tdb.h"
|
||||
|
||||
static void print_data(TDB_DATA d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user