From d4598cc93017e4d7e71a6f854d389dcf6749e8df Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 28 Apr 2017 15:41:24 +0200 Subject: Get rid of some warnings regarding header guards --- ot_iovec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_iovec.h') diff --git a/ot_iovec.h b/ot_iovec.h index 83a1a36..5dbe706 100644 --- a/ot_iovec.h +++ b/ot_iovec.h @@ -3,8 +3,8 @@ $id$ */ -#ifndef __OT_IOVEC_H__ -#define __OT_IOVEC_H__ +#ifndef OT_IOVEC_H__ +#define OT_IOVEC_H__ #include -- cgit v1.2.3