Browse Source

auth_diameter: use file specific include guard

(cherry picked from commit 9053c70fe7e147b784c53a57014796282701c74d)
(cherry picked from commit a27d7da420ca0713201ca5f55ed79749d9ce213c)
Daniel-Constantin Mierla 5 years ago
parent
commit
f6a3e5827f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/modules/auth_diameter/diameter_msg.h

+ 4 - 4
src/modules/auth_diameter/diameter_msg.h

@@ -13,15 +13,15 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 
 
-#ifndef _AAA_DIAMETER_MSG_H
-#define _AAA_DIAMETER_MSG_H
+#ifndef _AUTH_DIAM_MESSAGE_H_
+#define _AUTH_DIAM_MESSAGE_H_
 
 #include "../../core/str.h"
 #include "../../core/mem/mem.h"