Properly terminate ifdef conditional in krb5-types.h

This commit is contained in:
Ken Dreyer
2014-02-17 13:25:16 -07:00
parent 514d4d3ef4
commit 10a7fb0bfa

View File

@@ -60,6 +60,7 @@ typedef ssize_t krb5_ssize_t;
#if __has_extension(__warn_unused_result__) || KRB5TYPES_REQUIRE_GNUC(3,3,0)
#define HEIMDAL_WARN_UNUSED_RESULT_ATTRIBUTE __attribute__((__warn_unused_result__))
#endif
#endif
typedef int krb5_socket_t;