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:
Kaveh R. Ghazi 2003-11-26 13:46:10 +00:00 committed by Kaveh Ghazi
parent 948888e1e1
commit 88096b2a59
3 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <ffi.h>
#include "fficonfig.h"

View File

@ -1,5 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <ffi.h>
#include "fficonfig.h"