diff options
author | Günther Deschner <gd@samba.org> | 2010-05-26 23:17:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-26 23:17:35 +0200 |
commit | 6a14dad13cc4b619a5901e54747085e81e42597d (patch) | |
tree | ba7b4199ea03259419f462cc296fcae596356066 /source3/utils | |
parent | 66e9b8c888c8c7b1bbb46c9e562bd5be1fd3118d (diff) | |
download | samba-6a14dad13cc4b619a5901e54747085e81e42597d.tar.gz samba-6a14dad13cc4b619a5901e54747085e81e42597d.tar.bz2 samba-6a14dad13cc4b619a5901e54747085e81e42597d.zip |
s3-net: fix the build.
Guenther
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? */ |