mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-03 16:07:00 +08:00
ffitest.h: Include <fcntl.h>.
* testsuite/libffi.call/ffitest.h: Include <fcntl.h>. * testsuite/libffi.special/ffitestcxx.h: Likewise. From-SVN: r73950
This commit is contained in:
parent
948888e1e1
commit
88096b2a59
@ -1,3 +1,8 @@
|
||||
2003-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
|
||||
* testsuite/libffi.special/ffitestcxx.h: Likewise.
|
||||
|
||||
2003-11-22 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* Makefile.in: Rebuilt.
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <ffi.h>
|
||||
#include "fficonfig.h"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <ffi.h>
|
||||
#include "fficonfig.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user