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 --- queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queue.h') diff --git a/queue.h b/queue.h index 8cffab7..d2227ac 100644 --- a/queue.h +++ b/queue.h @@ -22,8 +22,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef _QUEUE_H_ -#define _QUEUE_H_ +#ifndef DROPBEAR_QUEUE_H_ +#define DROPBEAR_QUEUE_H_ struct Link { -- cgit v1.2.3