Skip to content

Commit

Permalink
auth_diameter: use file specific include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 17, 2020
1 parent 3d73e8c commit 9053c70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/auth_diameter/diameter_msg.h
Expand Up @@ -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"
Expand Down

0 comments on commit 9053c70

Please sign in to comment.