diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 8d5a3dbf15..9b42a088c0 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" -#include "utils/net.h" #include "../librpc/gen_ndr/rap.h" +#include "utils/net.h" /* The following messages were for error checking that is not properly reported at the moment. Which should be reinstated? */ |