summaryrefslogtreecommitdiff
path: root/fake-rfc2553.h
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
committerThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
commit3955a37ca5ec4349f5dc21ce93a8e076f681198a (patch)
tree02b6da1418aaa41f0cc46ee4d53a18c508fc0415 /fake-rfc2553.h
parent21f2af66311b1488fb1539c28eb8cd32fd74cd65 (diff)
downloaddropbear-3955a37ca5ec4349f5dc21ce93a8e076f681198a.tar.gz
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'fake-rfc2553.h')
-rw-r--r--fake-rfc2553.h4
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>