diff options
author | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:43:01 +0800 |
---|---|---|
committer | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:43:01 +0800 |
commit | fdb7ffa864dea8e1c9efe3532db08b1ccad484dc (patch) | |
tree | 51ecc6a9bee2ce0e98ac90c7057d7ae21879afde /fake-rfc2553.h | |
parent | 9abcc7b909b6ff0f173405e73dc7c0c3d093e44a (diff) |
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'fake-rfc2553.h')
-rw-r--r-- | fake-rfc2553.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h> |