Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/director add proper include files.



details:   https://anonhg.NetBSD.org/src/rev/f701dc48098f
branches:  trunk
changeset: 805515:f701dc48098f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 04 20:19:46 2015 +0000

description:
add proper include files.

diffstat:

 tests/lib/libcurses/director/testlang_parse.y |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9e8046836958 -r f701dc48098f tests/lib/libcurses/director/testlang_parse.y
--- a/tests/lib/libcurses/director/testlang_parse.y     Sun Jan 04 20:02:15 2015 +0000
+++ b/tests/lib/libcurses/director/testlang_parse.y     Sun Jan 04 20:19:46 2015 +0000
@@ -1,5 +1,5 @@
 %{
-/*     $NetBSD: testlang_parse.y,v 1.13 2012/09/19 11:51:56 blymn Exp $        */
+/*     $NetBSD: testlang_parse.y,v 1.14 2015/01/04 20:19:46 christos Exp $     */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -39,7 +39,8 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
-#include <sys/syslimits.h>
+#include <stdlib.h>
+#include <limits.h>
 #include <time.h>
 #include <vis.h>
 #include <stdint.h>



Home | Main Index | Thread Index | Old Index