mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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/>.
|
||||
*/
|
||||
#ifndef __LIBRPC_WSP_UTIL_H__
|
||||
#define __LIBRPC_WSP_UTIL__H__
|
||||
#define __LIBRPC_WSP_UTIL_H__
|
||||
|
||||
#include "librpc/gen_ndr/misc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user