mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
librpc: Fix #define header guard
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b8ffb24596
commit
8989735977
@ -19,7 +19,7 @@
|
|||||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#ifndef __LIBRPC_WSP_UTIL_H__
|
#ifndef __LIBRPC_WSP_UTIL_H__
|
||||||
#define __LIBRPC_WSP_UTIL__H__
|
#define __LIBRPC_WSP_UTIL_H__
|
||||||
|
|
||||||
#include "librpc/gen_ndr/misc.h"
|
#include "librpc/gen_ndr/misc.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user