dcesrv_core: fix build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 27 Mar 2021 16:17:34 +0000 (17:17 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 7 Apr 2021 09:18:30 +0000 (09:18 +0000)
commit4d5fb7d279ef899307a560da2bed037cda609f10
treefdea6e4d0c995b26e04716fb20c5b9319dc893e5
parentaac8be5419fdd5e222263e3558d556c1d1dc4cef
dcesrv_core: fix build

Move include of system/network.h to avoid a build error:

In file included from ../../lib/replace/system/network.h:35,
                 from ../../librpc/rpc/dcesrv_core.c:2658:
usr/include/unistd.h: At top level:
usr/include/unistd.h:675:16: error: conflicting types for ‘geteuid’
  675 | extern __uid_t geteuid (void) __THROW;

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/rpc/dcesrv_core.c