Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/m4 Requires stdint.h.



details:   https://anonhg.NetBSD.org/src/rev/38c787efca0b
branches:  trunk
changeset: 768592:38c787efca0b
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 21 23:38:43 2011 +0000

description:
Requires stdint.h.

diffstat:

 usr.bin/m4/eval.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d7ca6384ac9a -r 38c787efca0b usr.bin/m4/eval.c
--- a/usr.bin/m4/eval.c Sun Aug 21 21:24:34 2011 +0000
+++ b/usr.bin/m4/eval.c Sun Aug 21 23:38:43 2011 +0000
@@ -1,5 +1,5 @@
 /*     $OpenBSD: eval.c,v 1.66 2008/08/21 21:01:47 espie Exp $ */
-/*     $NetBSD: eval.c,v 1.21 2011/03/05 16:38:25 christos Exp $       */
+/*     $NetBSD: eval.c,v 1.22 2011/08/21 23:38:43 dholland Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #include "nbtool_config.h"
 #endif
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: eval.c,v 1.21 2011/03/05 16:38:25 christos Exp $");
+__RCSID("$NetBSD: eval.c,v 1.22 2011/08/21 23:38:43 dholland Exp $");
 
 #include <sys/types.h>
 #include <err.h>
@@ -52,6 +52,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <string.h>
 #include <fcntl.h>
 #include "mdef.h"



Home | Main Index | Thread Index | Old Index