1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>

Volker
This commit is contained in:
Volker Lendecke 0001-01-01 00:00:00 +00:00
parent f6ed429838
commit a1bade0748

View File

@ -30,6 +30,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h> #include <sys/time.h>
#include <ctype.h> #include <ctype.h>
#include <signal.h>
#include "tdb.h" #include "tdb.h"
static void print_data(TDB_DATA d) static void print_data(TDB_DATA d)