diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/tdr/tdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |