compat.h does have the status of a system header though...

This commit is contained in:
tg 2006-08-22 22:22:07 +00:00
parent 5b2be8517f
commit 93ab969fdc
1 changed files with 2 additions and 3 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.37 2006/08/22 22:21:20 tg Exp $"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.38 2006/08/22 22:22:07 tg Exp $"
#include <sys/param.h>
@ -44,6 +44,7 @@
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include "compat.h"
/* some useful #defines */
#ifdef EXTERN
@ -53,8 +54,6 @@
# define EXTERN extern
# define EXTERN_DEFINED
#endif
#include "compat.h"
#include "version.h"
#define EXECSHELL "/bin/mksh"