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/b37518e65b88
branches: trunk
changeset: 335373:b37518e65b88
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 00091cd829a4 -r b37518e65b88 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