From c09504ac33a319a48db608b914a05f2049b53550 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 27 Sep 2006 11:15:03 +0000 Subject: r18948: fix the build on solaris, the ioctl() prototype in unistd.h was included after libreplace defined ioctl swrap_ioctl metze (This used to be commit 55b25a9fcfa5ddf290e371c2bcad8ad07969f19a) --- source4/lib/tdr/tdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdr/tdr.c') diff --git a/source4/lib/tdr/tdr.c b/source4/lib/tdr/tdr.c index e108473708..22893b18ea 100644 --- a/source4/lib/tdr/tdr.c +++ b/source4/lib/tdr/tdr.c @@ -22,8 +22,8 @@ */ #include "includes.h" -#include "system/network.h" #include "system/filesys.h" +#include "system/network.h" #include "tdr/tdr.h" #define TDR_BASE_MARSHALL_SIZE 1024 -- cgit