mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Put stdio.h here, because all tests need it anyway
Copied from Perforce Change: 19785 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
ed29ba79a2
commit
f56b335c65
1 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/* ==== TEST LIBRARY ====
|
||||
*
|
||||
* $HopeName: MMsrc!testlib.h(trunk.8) $
|
||||
* $HopeName: MMsrc!testlib.h(trunk.9) $
|
||||
*
|
||||
* Copyright (C) 1995, 1997, 1998 Harlequin Group, all rights reserved
|
||||
* Copyright (C) 1995, 1998. Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* This is a library of functions that unit test developers might find
|
||||
* useful. We hope they enhance your programming pleasure.
|
||||
|
|
@ -17,6 +17,13 @@
|
|||
|
||||
#include "mps.h"
|
||||
|
||||
#include <stdio.h>
|
||||
/* On SunOS, need ossu.h as well */
|
||||
#include "mpstd.h"
|
||||
#ifdef MPS_OS_SU
|
||||
#include "ossu.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Suppress Visual C warnings at warning level 4, */
|
||||
/* see mail.richard.1997-09-25.13-26. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue