diff options
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ * either the BSD or the GPL. */ -#ifndef EV_H__ -#define EV_H__ +#ifndef EV_H_ +#define EV_H_ #ifdef __cplusplus extern "C" { |