From fdb7ffa864dea8e1c9efe3532db08b1ccad484dc Mon Sep 17 00:00:00 2001 From: Thorsten Horstmann Date: Tue, 24 Feb 2015 20:43:01 +0800 Subject: DROPBEAR_ prefix for include guards to avoid collisions --- fake-rfc2553.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fake-rfc2553.h') diff --git a/fake-rfc2553.h b/fake-rfc2553.h index 876fa14..c64136c 100644 --- a/fake-rfc2553.h +++ b/fake-rfc2553.h @@ -39,8 +39,8 @@ * that ai_family is AF_INET. Don't use it for another purpose. */ -#ifndef _FAKE_RFC2553_H -#define _FAKE_RFC2553_H +#ifndef DROPBEAR_FAKE_RFC2553_H +#define DROPBEAR_FAKE_RFC2553_H #include "includes.h" #include -- cgit v1.2.3