fix include protection
diff --git a/libtelnet.h b/libtelnet.h
index 39cc1c6..729bd50 100644
--- a/libtelnet.h
+++ b/libtelnet.h
@@ -10,7 +10,7 @@
  */
 
 #if !defined(LIBTELNET_INCLUDE)
-#define LIBTELNET 1
+#define LIBTELNET_INCLUDE 1
 
 /* telnet special values */
 #define LIBTELNET_IAC 255