Module Name:    src
Committed By:   dholland
Date:           Tue May 29 00:27:59 UTC 2012

Modified Files:
        src/lib/libterminfo: term.h

Log Message:
Add cdefs.h per PR 46492.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libterminfo/term.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/term.h
diff -u src/lib/libterminfo/term.h:1.11 src/lib/libterminfo/term.h:1.12
--- src/lib/libterminfo/term.h:1.11	Wed Feb 22 23:11:20 2012
+++ src/lib/libterminfo/term.h	Tue May 29 00:27:59 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.11 2012/02/22 23:11:20 christos Exp $ */
+/* $NetBSD: term.h,v 1.12 2012/05/29 00:27:59 dholland Exp $ */
 
 /*
  * Copyright (c) 2009, 2010, 2011 The NetBSD Foundation, Inc.
@@ -1460,6 +1460,8 @@ typedef struct {
 } TERMINAL;
 #endif
 
+#include <sys/cdefs.h>
+
 __BEGIN_DECLS
 
 extern TERMINAL *cur_term;

Reply via email to