mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fixed a problem with compilation on FreeBSD.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19744 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad8c3a1261
commit
8e0f12bbeb
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-07-17 17:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormFilePrefsManager.m: Removed reference to math.h and values.h
|
||||
in includes. They were there temporarily for something which I
|
||||
ended up not doing anyway. Causing compilation problem on FreeBSD.
|
||||
|
||||
2004-07-15 21:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Gorm.m: Added a check in applicationDidFinishLaunching:
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <values.h>
|
||||
#include <math.h>
|
||||
|
||||
NSString *formatVersion(int version)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue