diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-05 20:31:09 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-05 21:22:18 +0100 |
commit | 55dba7bd160e1514d06f6361879c5b789e64aca8 (patch) | |
tree | 6939a5013961200c7d56bb555b5c910bc5aaff9b /source4/cluster | |
parent | 84c95bf88e3511df1818c6cf11ba3c97b830398e (diff) | |
download | samba-55dba7bd160e1514d06f6361879c5b789e64aca8.tar.gz samba-55dba7bd160e1514d06f6361879c5b789e64aca8.tar.bz2 samba-55dba7bd160e1514d06f6361879c5b789e64aca8.zip |
s4:cluster/cluster.h - fix another gcc 3.4 "struct" warning
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Dec 5 21:22:18 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/cluster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/cluster/cluster.h b/source4/cluster/cluster.h index 7545757f2c..8de58a398f 100644 --- a/source4/cluster/cluster.h +++ b/source4/cluster/cluster.h @@ -22,6 +22,8 @@ #ifndef __CLUSTER_H__ #define __CLUSTER_H__ +#include "librpc/gen_ndr/server_id.h" + /* test for same cluster id */ |