From 078590786cfc477785729620e4bc5585e13b22f7 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 24 Mar 2018 01:54:52 +0100 Subject: [PATCH] libvncclient/sasl: prefix the header guard (again) to fix a warning --- libvncclient/sasl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvncclient/sasl.h b/libvncclient/sasl.h index 5a52149..2936364 100644 --- a/libvncclient/sasl.h +++ b/libvncclient/sasl.h @@ -1,5 +1,5 @@ -#ifndef SASL_H -#define SASL_H +#ifndef RFBSASL_H +#define RFBSASL_H /* * Copyright (C) 2017 S. Waterman. All Rights Reserved. @@ -36,4 +36,4 @@ int ReadFromSASL(rfbClient* client, char *out, unsigned int n); #endif /* LIBVNCSERVER_HAVE_SASL */ -#endif /* SASL_H */ +#endif /* RFBSASL_H */