[Substrate-commits] SF.net SVN: substrate: [276] trunk/Foundation/LFHash.c
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 06:51:45
|
Revision: 276
http://svn.sourceforge.net/substrate/?rev=276&view=rev
Author: landonf
Date: 2006-08-30 23:51:41 -0700 (Wed, 30 Aug 2006)
Log Message:
-----------
Pull in the LFObjCRuntime header for fixed-width integer types
Modified Paths:
--------------
trunk/Foundation/LFHash.c
Modified: trunk/Foundation/LFHash.c
===================================================================
--- trunk/Foundation/LFHash.c 2006-08-31 06:49:20 UTC (rev 275)
+++ trunk/Foundation/LFHash.c 2006-08-31 06:51:41 UTC (rev 276)
@@ -53,6 +53,8 @@
#include <sys/types.h>
#include <sys/param.h>
+#include <Foundation/LFObjCRuntime.h>
+
/*
* My best guess at if you are big-endian or little-endian. This may
* need adjustment.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|