From 57ae8ac2df40e6e824e89b590d254156c092ab56 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sat, 19 Dec 2009 19:54:33 +0200
Subject: [PATCH] ttyload.h: Add defines to include header only once


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 ttyload.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ttyload.h b/ttyload.h
index 0f6c04c..98a7814 100644
--- a/ttyload.h
+++ b/ttyload.h
@@ -8,6 +8,8 @@
  *
  */
 
+#ifndef TTYLOAD_H_IDENT
+
 #define	TTYLOAD_H_IDENT	"$Id: ttyload.h,v 1.6 2001/08/28 01:00:31 lindes Exp $";
 
 #define	MIN(a,b)	(((a)<(b))?(a):(b))
@@ -37,3 +39,5 @@ typedef struct clock_info {
 /* functions in arch-specific files: */
 extern	void	getload(load_list *);
 extern	void	gettermsize();
+
+#endif /* ifndef TTYLOAD_H_IDENT */
-- 
1.6.5

