aboutsummaryrefslogtreecommitdiff
path: root/include/event2/tag_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event2/tag_compat.h')
-rw-r--r--include/event2/tag_compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/event2/tag_compat.h b/include/event2/tag_compat.h
index a276c0d..73c1933 100644
--- a/include/event2/tag_compat.h
+++ b/include/event2/tag_compat.h
@@ -24,8 +24,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef EVENT2_TAG_COMPAT_H_INCLUDED_
-#define EVENT2_TAG_COMPAT_H_INCLUDED_
+#ifndef _EVENT2_TAG_COMPAT_H_
+#define _EVENT2_TAG_COMPAT_H_
/** @file event2/tag_compat.h
@@ -46,4 +46,4 @@
#define encode_int64(evbuf, number) evtag_encode_int64((evbuf), (number))
/**@}*/
-#endif /* EVENT2_TAG_H_INCLUDED_ */
+#endif /* _EVENT2_TAG_H_ */