compat.h has a section 'extra headers', move inttypes.h there

This commit is contained in:
tg
2006-08-16 00:00:24 +00:00
parent 78cb0de69c
commit 11282be59d
2 changed files with 71 additions and 4 deletions

5
sh.h
View File

@@ -8,7 +8,7 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.34 2006/08/15 23:54:09 tg Exp $"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.35 2006/08/16 00:00:24 tg Exp $"
#include <sys/param.h>
@@ -27,9 +27,6 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#if defined(__Plan9__)
#include <inttypes.h>
#endif
#include <libgen.h>
#include <limits.h>
#if !defined(__sun__)