Fix warning messages on Freebsd 4.6.2.
authorHerb Lewis <hlewis@panasas.com>
Thu, 2 Jun 2011 17:10:39 +0000 (10:10 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Aug 2011 19:00:46 +0000 (21:00 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit f0901792324425804592ac7032e3853b4d4c7829)

Fix bug #8365 (backport compiler warnings).

lib/util/debug_s3.h

index 96b8ed74d943174f8d79fa86251b41d39accfcf3..9e5211b19b95d997f5c9fc45fa912506fa77a570 100644 (file)
@@ -17,6 +17,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "librpc/gen_ndr/server_id.h"
+
 struct messaging_context;
 struct server_id;
 void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32_t msg_type, struct server_id src, DATA_BLOB *data);