[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [286] trunk/fuse/profile.c
Brought to you by:
fredm
From: <fr...@us...> - 2007-01-09 14:15:53
|
Revision: 286 http://svn.sourceforge.net/fuse-for-macosx/?rev=286&view=rev Author: fredm Date: 2007-01-09 06:15:49 -0800 (Tue, 09 Jan 2007) Log Message: ----------- Provide prototype for memset. Modified Paths: -------------- trunk/fuse/profile.c Modified: trunk/fuse/profile.c =================================================================== --- trunk/fuse/profile.c 2007-01-09 14:14:51 UTC (rev 285) +++ trunk/fuse/profile.c 2007-01-09 14:15:49 UTC (rev 286) @@ -27,6 +27,7 @@ #include <config.h> #include <stdlib.h> +#include <string.h> #include <libspectrum.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |