summaryrefslogtreecommitdiff
path: root/src/tparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.h')
-rw-r--r--src/tparam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tparam.h b/src/tparam.h
index 59fc859c4a..b391e89094 100644
--- a/src/tparam.h
+++ b/src/tparam.h
@@ -17,6 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef EMACS_TPARAM_H
+#define EMACS_TPARAM_H
/* Don't try to include termcap.h. On some systems, configure finds a
non-standard termcap.h that the main build won't find. */
@@ -33,3 +35,5 @@ char *tparam (const char *, char *, int, int, int, int, int);
extern char PC;
extern char *BC;
extern char *UP;
+
+#endif /* EMACS_TPARAM_H */