mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
6b033d89be
commit
918da3190b
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue