Add an include to avoid some warnings

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11289 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-11-01 15:42:42 +00:00
parent 6b033d89be
commit 918da3190b
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-11-01 Adam Fedor <fedor@gnu.org>
* Source/NSData.m: Add an include to avoid some warnings.
Tue Oct 30 14:33:48 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Testing/benchmark.m (bench_object): Added test showing that a

View file

@ -88,6 +88,10 @@
@class NSDataMappedFile;
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#if HAVE_SHMCTL
#include <sys/ipc.h>
#include <sys/shm.h>