aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
blob: 00382a96b3568278443f1d18d3cb073076020f27 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef TOTP_COMMON_H
#define TOTP_COMMON_H

#if !__GNUC__
#	define __attribute__(x)
#endif

#endif /* !TOTP_COMMON_H */