diff --git a/src/proto.h b/src/proto.h index a852f7f..8c983ab 100644 --- a/src/proto.h +++ b/src/proto.h @@ -3,9 +3,9 @@ #include "config.h" -#ifdef HAVE_STDINT_H_ +#ifdef HAVE_STDINT_H #include -#elif defined(HAVE_INTTYPES_H_) +#elif defined(HAVE_INTTYPES_H) #include #endif