Requires stdint.h.

This commit is contained in:
dholland 2011-08-21 23:38:43 +00:00
parent 0a54ac30f5
commit 879c64122d

View File

@ -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 @@ __RCSID("$NetBSD: eval.c,v 1.21 2011/03/05 16:38:25 christos Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <fcntl.h>
#include "mdef.h"