libvncclient/sasl: prefix the header guard (again) to fix a warning

pull/3/head
Christian Beier 6 years ago
parent 71c3215d8f
commit 078590786c
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -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 */

Loading…
Cancel
Save