mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
001937b2a2
commit
f2614ac694
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…
Add table
Add a link
Reference in a new issue